We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a9c28 commit 3de7698Copy full SHA for 3de7698
src/libstd/panic.rs
@@ -264,7 +264,7 @@ impl RefUnwindSafe for atomic::AtomicI128 {}
264
#[cfg(target_has_atomic_load_store = "ptr")]
265
#[stable(feature = "unwind_safe_atomic_refs", since = "1.14.0")]
266
impl RefUnwindSafe for atomic::AtomicUsize {}
267
-#[cfg(target_hastarget_has_atomic_load_store_atomic = "8")]
+#[cfg(target_has_atomic_load_store = "8")]
268
#[unstable(feature = "integer_atomics", issue = "32976")]
269
impl RefUnwindSafe for atomic::AtomicU8 {}
270
#[cfg(target_has_atomic_load_store = "16")]
0 commit comments