about summary refs log tree commit diff
path: root/tests/ui/privacy/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-08-27Add test batch 1Oneirical-0/+12
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-1/+1
This allows for testing these tests on editions other than 2015
2025-05-03Move some tests out of tests/uimejrs-0/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-09Move some testsCaio-0/+1
2024-01-04fallback visibility for unexpected trait itembohan-0/+3
2023-12-08privacy: visit trait def id of projectionsDavid Wood-0/+35
A refactoring in #117076 changed the `DefIdVisitorSkeleton` to avoid calling `visit_projection_ty` for `ty::Projection` aliases, and instead just iterate over the args - this makes sense, as `visit_projection_ty` will indirectly visit all of the same args, but in doing so, will also create a `TraitRef` containing the trait's `DefId`, which also gets visited. The trait's `DefId` isn't visited when we only visit the arguments without separating them into `TraitRef` and own args first. Signed-off-by: David Wood <david@davidtw.co>
2023-04-02Move some UI tests into subdirectoriesjyn-0/+33
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+307