8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c461d02 + 3de7698 commit 56756c2Copy full SHA for 56756c2
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