rust/library/std
Sebastien Marie 9cb17fe889 Rust build fails on OpenBSD after using file_lock feature
PR 130999 added the file_lock feature, but doesn't included OpenBSD in the supported targets (Tier 3 platform), leading to a compilation error ("try_lock() not supported").

(cherry picked from commit 8792010768)
2025-09-08 14:25:58 -07:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rust build fails on OpenBSD after using file_lock feature 2025-09-08 14:25:58 -07:00
tests add extra drop, panic, and unwind tests 2025-07-29 10:44:36 +02:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml Remove std's dependency on compiler-builtins 2025-07-31 22:47:24 +00:00