about summary refs log tree commit diff
path: root/tests/ui/privacy/pub-priv-dep
AgeCommit message (Collapse)AuthorLines
2025-07-20tests: cover more `exported_private_dependencies` casesDavid Mládek-20/+223
2025-07-17Do not check privacy for RPITIT.Camille GILLOT-39/+16
2025-07-17Add test.Camille GILLOT-17/+45
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-12/+48
2025-03-25privacy: Visit types and traits in impls in type privacy lintsVadim Petrochenkov-5/+24
2025-03-07tests: fix some typos in commenttcpdumppy-1/+1
Signed-off-by: tcpdumppy <847462026@qq.com>
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-4/+30
Currently, marking a dependency private does not automatically make all its child dependencies private. Resolve this by making its children private by default as well. This also resolves some FIXMEs for tests that are intended to fail but previously passed. [1]: https://github.com/rust-lang/rust/pull/135501#issuecomment-2620242419
2024-05-22Add some tests for public-private dependencies.Eric Huss-9/+360
2024-03-20Fixed the `private-dependency` bug: If the directly dependent crate is ↵h1467792822-0/+20
loaded last and is not configured with `--extern`, it may be incorrectly set to `private-dependency`
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+85