Skip to content

Commit 56756c2

Browse files
authored
Rollup merge of rust-lang#65663 - Amanieu:typo, r=varkor
Fix typo from rust-lang#65214
2 parents c461d02 + 3de7698 commit 56756c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)