mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
aca5b5dd52
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