@@ -38,7 +38,7 @@ diff --git a/library/core/src/sync/atomic.rs b/library/core/src/sync/atomic.rs
38
38
index d9de37e..8293fce 100644
39
39
--- a/library/core/src/sync/atomic.rs
40
40
+++ b/library/core/src/sync/atomic.rs
41
- @@ -2996,42 +2996,6 @@ atomic_int! {
41
+ @@ -2996,44 +2996,6 @@ atomic_int! {
42
42
8,
43
43
u64 AtomicU64
44
44
}
@@ -54,6 +54,7 @@ index d9de37e..8293fce 100644
54
54
- unstable(feature = "integer_atomics", issue = "99069"),
55
55
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
56
56
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
57
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
57
58
- "i128",
58
59
- "#![feature(integer_atomics)]\n\n",
59
60
- atomic_min, atomic_max,
@@ -72,6 +73,7 @@ index d9de37e..8293fce 100644
72
73
- unstable(feature = "integer_atomics", issue = "99069"),
73
74
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
74
75
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
76
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
75
77
- "u128",
76
78
- "#![feature(integer_atomics)]\n\n",
77
79
- atomic_umin, atomic_umax,
0 commit comments