@@ -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,44 +2996,6 @@ atomic_int! {
41
+ @@ -2996,46 +2996,6 @@ atomic_int! {
42
42
8,
43
43
u64 AtomicU64
44
44
}
@@ -55,6 +55,7 @@ index d9de37e..8293fce 100644
55
55
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
56
56
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
57
57
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
58
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
58
59
- "i128",
59
60
- "#![feature(integer_atomics)]\n\n",
60
61
- atomic_min, atomic_max,
@@ -74,6 +75,7 @@ index d9de37e..8293fce 100644
74
75
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
75
76
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
76
77
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
78
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
77
79
- "u128",
78
80
- "#![feature(integer_atomics)]\n\n",
79
81
- atomic_umin, atomic_umax,
0 commit comments