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
In rust-lang/rust#141507, the `atomic_load_{ordering}` intrinsics were
gated behind the `bootstrap` config and replaced with a single
`atomic_load` intrinsic. This commit moves the portable-atomic crate to
that new intrinsic.
0 commit comments