mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

In [1], most dependencies of `std` and other sysroot crates were marked private, but this did not happen for `alloc` and `test`. Update these here, marking public standard library crates as the only non-private dependencies. [1]: https://github.com/rust-lang/rust/pull/111076