mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
06eb782c4e
Fixes an issue where if the underlying `Once` panics because it is poisoned, the panic displays the wrong message. Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>