@@ -19,7 +19,7 @@ index 092b7cf..158cf71 100644
19
19
#[stable(feature = "integer_atomics_stable", since = "1.34.0")]
20
20
impl RefUnwindSafe for crate::sync::atomic::AtomicI64 {}
21
21
- #[cfg(target_has_atomic_load_store = "128")]
22
- - #[unstable(feature = "integer_atomics", issue = "32976 ")]
22
+ - #[unstable(feature = "integer_atomics", issue = "99069 ")]
23
23
- impl RefUnwindSafe for crate::sync::atomic::AtomicI128 {}
24
24
25
25
#[cfg(target_has_atomic_load_store = "ptr")]
@@ -29,7 +29,7 @@ index 092b7cf..158cf71 100644
29
29
#[stable(feature = "integer_atomics_stable", since = "1.34.0")]
30
30
impl RefUnwindSafe for crate::sync::atomic::AtomicU64 {}
31
31
- #[cfg(target_has_atomic_load_store = "128")]
32
- - #[unstable(feature = "integer_atomics", issue = "32976 ")]
32
+ - #[unstable(feature = "integer_atomics", issue = "99069 ")]
33
33
- impl RefUnwindSafe for crate::sync::atomic::AtomicU128 {}
34
34
35
35
#[cfg(target_has_atomic_load_store = "8")]
@@ -46,14 +46,14 @@ index d9de37e..8293fce 100644
46
46
- atomic_int! {
47
47
- cfg(target_has_atomic = "128"),
48
48
- cfg(target_has_atomic_equal_alignment = "128"),
49
- - unstable(feature = "integer_atomics", issue = "32976 "),
50
- - unstable(feature = "integer_atomics", issue = "32976 "),
51
- - unstable(feature = "integer_atomics", issue = "32976 "),
52
- - unstable(feature = "integer_atomics", issue = "32976 "),
53
- - unstable(feature = "integer_atomics", issue = "32976 "),
54
- - unstable(feature = "integer_atomics", issue = "32976 "),
49
+ - unstable(feature = "integer_atomics", issue = "99069 "),
50
+ - unstable(feature = "integer_atomics", issue = "99069 "),
51
+ - unstable(feature = "integer_atomics", issue = "99069 "),
52
+ - unstable(feature = "integer_atomics", issue = "99069 "),
53
+ - unstable(feature = "integer_atomics", issue = "99069 "),
54
+ - unstable(feature = "integer_atomics", issue = "99069 "),
55
55
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
56
- - unstable(feature = "integer_atomics", issue = "32976 "),
56
+ - unstable(feature = "integer_atomics", issue = "99069 "),
57
57
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
58
58
- "i128",
59
59
- "#![feature(integer_atomics)]\n\n",
@@ -66,14 +66,14 @@ index d9de37e..8293fce 100644
66
66
- atomic_int! {
67
67
- cfg(target_has_atomic = "128"),
68
68
- cfg(target_has_atomic_equal_alignment = "128"),
69
- - unstable(feature = "integer_atomics", issue = "32976 "),
70
- - unstable(feature = "integer_atomics", issue = "32976 "),
71
- - unstable(feature = "integer_atomics", issue = "32976 "),
72
- - unstable(feature = "integer_atomics", issue = "32976 "),
73
- - unstable(feature = "integer_atomics", issue = "32976 "),
74
- - unstable(feature = "integer_atomics", issue = "32976 "),
69
+ - unstable(feature = "integer_atomics", issue = "99069 "),
70
+ - unstable(feature = "integer_atomics", issue = "99069 "),
71
+ - unstable(feature = "integer_atomics", issue = "99069 "),
72
+ - unstable(feature = "integer_atomics", issue = "99069 "),
73
+ - unstable(feature = "integer_atomics", issue = "99069 "),
74
+ - unstable(feature = "integer_atomics", issue = "99069 "),
75
75
- rustc_const_stable(feature = "const_integer_atomics", since = "1.34.0"),
76
- - unstable(feature = "integer_atomics", issue = "32976 "),
76
+ - unstable(feature = "integer_atomics", issue = "99069 "),
77
77
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
78
78
- "u128",
79
79
- "#![feature(integer_atomics)]\n\n",
0 commit comments