mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 03:15:30 +00:00
Move some std tests to integration tests Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap. Follow up to https://github.com/rust-lang/rust/pull/133859