mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:26:41 +00:00
Closes #118009 This commit adds unwind safety to Condvar. Previously, only select platforms implemented unwind safety through auto traits. Known by this committer: Linux was unwind safe, but Mac and Windows are not before this change.