@@ -46,7 +46,7 @@ index bf2b6d59f88..d5ccce03bbf 100644
46
46
47
47
#[cfg(target_pointer_width = "16")]
48
48
impl_atomic_primitive!(AtomicIsize(isize), size("ptr"), align(2));
49
- @@ -3585,44 +3585,6 @@ pub const fn as_ptr(&self) -> *mut $int_type {
49
+ @@ -3585,46 +3585,6 @@ pub const fn as_ptr(&self) -> *mut $int_type {
50
50
8,
51
51
u64 AtomicU64
52
52
}
@@ -63,6 +63,7 @@ index bf2b6d59f88..d5ccce03bbf 100644
63
63
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
64
64
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
65
65
- rustc_diagnostic_item = "AtomicI128",
66
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
66
67
- "i128",
67
68
- "#![feature(integer_atomics)]\n\n",
68
69
- atomic_min, atomic_max,
@@ -82,6 +83,7 @@ index bf2b6d59f88..d5ccce03bbf 100644
82
83
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
83
84
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
84
85
- rustc_diagnostic_item = "AtomicU128",
86
+ - cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
85
87
- "u128",
86
88
- "#![feature(integer_atomics)]\n\n",
87
89
- atomic_umin, atomic_umax,
0 commit comments