mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
243d494350
std: use a non-poisoning `RwLock` for the panic hook The code ignored poison errors using `PoisonError` anyway.