mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 20:27:48 +00:00

remove 'unordered' atomic intrinsics As their doc comment already indicates, these operations do not currently have a place in our memory model. The intrinsics were introduced to support a hack in compiler-builtins, but that hack recently got removed (see https://github.com/rust-lang/compiler-builtins/issues/788).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.