mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
8d465cc551
Fix futex module imports on wasm+atomics The futex modules were rearranged a bit in #98707, which meant that wasm+atomics would no longer compile on nightly. I don’t believe any other targets were impacted by this.