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