Skip to content

Commit 3de7698

Browse files
committed
Fix typo from #65214
1 parent b7a9c28 commit 3de7698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/panic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl RefUnwindSafe for atomic::AtomicI128 {}
264264
#[cfg(target_has_atomic_load_store = "ptr")]
265265
#[stable(feature = "unwind_safe_atomic_refs", since = "1.14.0")]
266266
impl RefUnwindSafe for atomic::AtomicUsize {}
267-
#[cfg(target_hastarget_has_atomic_load_store_atomic = "8")]
267+
#[cfg(target_has_atomic_load_store = "8")]
268268
#[unstable(feature = "integer_atomics", issue = "32976")]
269269
impl RefUnwindSafe for atomic::AtomicU8 {}
270270
#[cfg(target_has_atomic_load_store = "16")]

0 commit comments

Comments
 (0)