rust/library/std
Connor Tsui 06eb782c4e
modify LazyLock poison panic message
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>
2025-08-22 14:59:34 -04:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src modify LazyLock poison panic message 2025-08-22 14:59:34 -04:00
tests modify LazyLock poison panic message 2025-08-22 14:59:34 -04:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml library: Migrate from cfg_if to cfg_select 2025-08-16 05:28:31 -07:00