Skip to content

Commit c413617

Browse files
committed
Update integer_atomics tracking issue
Updates rust-lang#32976. Updates rust-lang#99069.
1 parent 9096b3e commit c413617

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

patches/0027-sysroot-128bit-atomic-operations.patch

+16-16
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ index 092b7cf..158cf71 100644
1919
#[stable(feature = "integer_atomics_stable", since = "1.34.0")]
2020
impl RefUnwindSafe for crate::sync::atomic::AtomicI64 {}
2121
-#[cfg(target_has_atomic_load_store = "128")]
22-
-#[unstable(feature = "integer_atomics", issue = "32976")]
22+
-#[unstable(feature = "integer_atomics", issue = "99069")]
2323
-impl RefUnwindSafe for crate::sync::atomic::AtomicI128 {}
2424

2525
#[cfg(target_has_atomic_load_store = "ptr")]
@@ -29,7 +29,7 @@ index 092b7cf..158cf71 100644
2929
#[stable(feature = "integer_atomics_stable", since = "1.34.0")]
3030
impl RefUnwindSafe for crate::sync::atomic::AtomicU64 {}
3131
-#[cfg(target_has_atomic_load_store = "128")]
32-
-#[unstable(feature = "integer_atomics", issue = "32976")]
32+
-#[unstable(feature = "integer_atomics", issue = "99069")]
3333
-impl RefUnwindSafe for crate::sync::atomic::AtomicU128 {}
3434

3535
#[cfg(target_has_atomic_load_store = "8")]
@@ -46,14 +46,14 @@ index d9de37e..8293fce 100644
4646
-atomic_int! {
4747
- cfg(target_has_atomic = "128"),
4848
- 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"),
5555
- 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"),
5757
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
5858
- "i128",
5959
- "#![feature(integer_atomics)]\n\n",
@@ -66,14 +66,14 @@ index d9de37e..8293fce 100644
6666
-atomic_int! {
6767
- cfg(target_has_atomic = "128"),
6868
- 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"),
7575
- 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"),
7777
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
7878
- "u128",
7979
- "#![feature(integer_atomics)]\n\n",

0 commit comments

Comments
 (0)