We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3904426 commit 29cfb35Copy full SHA for 29cfb35
library/core/src/intrinsics/mod.rs
@@ -307,6 +307,8 @@ pub unsafe fn atomic_cxchgweak_relaxed_acquire<T: Copy>(
307
/// [`atomic`] types via the `compare_exchange_weak` method by passing
308
/// [`Ordering::Relaxed`] and [`Ordering::SeqCst`] as the success and failure parameters.
309
/// For example, [`AtomicBool::compare_exchange_weak`].
310
+#[rustc_intrinsic]
311
+#[rustc_intrinsic_must_be_overridden]
312
#[rustc_nounwind]
313
pub unsafe fn atomic_cxchgweak_relaxed_seqcst<T: Copy>(
314
_dst: *mut T,
0 commit comments