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