mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 05:07:42 +00:00
This commit manually implements `RefUnwindSafe` for
`std::sync::Barrier` to fix 146087. This is a fix for a regression
indroduced by e95db591a4