mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
ef2657cbaf
privacy: Fix privacy lints in RPITITs Visit RPITITs and report `private_interfaces`, `private_bounds` and `exported_private_dependencies` in them (these are regular, non-deprecation lints). New hard errors are not reported, https://github.com/rust-lang/rust/pull/146470 is for hard errors. So this PR doesn't contain any breakage or language changes.