@@ -37,7 +37,7 @@ diff --git a/library/core/src/sync/atomic.rs b/library/core/src/sync/atomic.rs
37
37
index bf2b6d59f88..d5ccce03bbf 100644
38
38
--- a/library/core/src/sync/atomic.rs
39
39
+++ b/library/core/src/sync/atomic.rs
40
- @@ -3585,44 +3585,6 @@ pub const fn as_ptr(&self) -> *mut $int_type {
40
+ @@ -3585,46 +3585,6 @@ pub const fn as_ptr(&self) -> *mut $int_type {
41
41
8,
42
42
u64 AtomicU64
43
43
}
@@ -54,6 +54,7 @@ index bf2b6d59f88..d5ccce03bbf 100644
54
54
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
55
55
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
56
56
- 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,
@@ -73,6 +74,7 @@ index bf2b6d59f88..d5ccce03bbf 100644
73
74
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
74
75
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
75
76
- rustc_diagnostic_item = "AtomicU128",
77
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
76
78
- "u128",
77
79
- "#![feature(integer_atomics)]\n\n",
78
80
- atomic_umin, atomic_umax,
0 commit comments