rust/library/std
Georg Semmler 20d02258fc
Make Barrier RefUnwindSafe again
This commit manually implements `RefUnwindSafe` for
`std::sync::Barrier` to fix 146087. This is a fix for a regression
indroduced by e95db591a4
2025-09-09 17:13:38 +02:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Make Barrier RefUnwindSafe again 2025-09-09 17:13:38 +02:00
tests Make Barrier RefUnwindSafe again 2025-09-09 17:13:38 +02:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml std: Update wasi crate dependency 2025-09-05 17:01:07 -07:00