rust/library/std
Michael Goulet c5ac143b22
Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt
Fix RwLock::try_write documentation for WouldBlock condition

Fix RwLock::try_write documentation for WouldBlock condition

The documentation incorrectly stated that try_write only fails when
'already locked exclusively', but it actually fails when there are
either shared (read) or exclusive (write) locks.

Fixes rust-lang/rust#142852
2025-06-26 20:15:22 -04:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt 2025-06-26 20:15:22 -04:00
tests Auto merge of #141864 - Berrysoft:cygwin-path, r=ChrisDenton 2025-06-19 13:38:37 +00:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml Upgrade the standard library addr2line version 2025-06-11 17:06:53 +00:00