mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
41235ef98a
Use sys::unix::locks::futex* on wasm+atomics. This removes the wasm-specific lock implementations and instead re-uses the implementations from sys::unix. Tracking issue: https://github.com/rust-lang/rust/issues/93740 cc ``@alexcrichton``