You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make [`mutex_atomic`] more type aware
fixes: rust-lang#9872
---
changelog: [`mutex_atomic`] now suggests more specific atomic types and skips mutex i128 and u128
Once fns are experimental features that the standard library should not be using or exposing to other code: https://github.com/mozilla/rust/blob/master/src/libstd/unstable/intrinsics.rs#L334
The text was updated successfully, but these errors were encountered: