mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:47:01 +00:00
Move some things to `std::sync::poison` and reexport them in `std::sync` Tracking issue: #134646 r? `@tgross35` I've used `sync_poison_mod` feature flag instead, because `sync_poison` had already been used back in 1.2. try-job: x86_64-msvc