mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-26 17:42:22 -04: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>