-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix futex module imports on wasm+atomics #99800
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @joshtriplett (or someone else) soon. Please see the contribution instructions for more information. |
r? @m-ou-se |
Hi, thanks for the PR, is there any updates? This is a must for https://github.com/fzyzcjy/flutter_rust_bridge to support web... |
@bors r+ |
Rollup of 5 pull requests Successful merges: - rust-lang#99371 (Remove synchronization from Windows `hashmap_random_keys`) - rust-lang#99614 (do not claim that transmute is like memcpy) - rust-lang#99738 (rustdoc: avoid inlining modules with duplicate names) - rust-lang#99800 (Fix futex module imports on wasm+atomics) - rust-lang#100079 (Replace `* -> vec` with `-> vec` in docs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.