@@ -2692,7 +2692,7 @@ atomic_int! {
2692
2692
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2693
2693
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2694
2694
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2695
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2695
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2696
2696
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI8" ) ,
2697
2697
"i8" ,
2698
2698
"" ,
@@ -2712,7 +2712,7 @@ atomic_int! {
2712
2712
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2713
2713
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2714
2714
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2715
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2715
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2716
2716
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU8" ) ,
2717
2717
"u8" ,
2718
2718
"" ,
@@ -2732,7 +2732,7 @@ atomic_int! {
2732
2732
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2733
2733
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2734
2734
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2735
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2735
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2736
2736
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI16" ) ,
2737
2737
"i16" ,
2738
2738
"" ,
@@ -2752,7 +2752,7 @@ atomic_int! {
2752
2752
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2753
2753
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2754
2754
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2755
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2755
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2756
2756
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU16" ) ,
2757
2757
"u16" ,
2758
2758
"" ,
@@ -2772,7 +2772,7 @@ atomic_int! {
2772
2772
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2773
2773
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2774
2774
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2775
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2775
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2776
2776
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI32" ) ,
2777
2777
"i32" ,
2778
2778
"" ,
@@ -2792,7 +2792,7 @@ atomic_int! {
2792
2792
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2793
2793
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2794
2794
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2795
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2795
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2796
2796
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU32" ) ,
2797
2797
"u32" ,
2798
2798
"" ,
@@ -2812,7 +2812,7 @@ atomic_int! {
2812
2812
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2813
2813
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2814
2814
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2815
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2815
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2816
2816
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI64" ) ,
2817
2817
"i64" ,
2818
2818
"" ,
@@ -2832,7 +2832,7 @@ atomic_int! {
2832
2832
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2833
2833
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2834
2834
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2835
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2835
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2836
2836
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU64" ) ,
2837
2837
"u64" ,
2838
2838
"" ,
@@ -2845,14 +2845,14 @@ atomic_int! {
2845
2845
atomic_int ! {
2846
2846
cfg( target_has_atomic = "128" ) ,
2847
2847
cfg( target_has_atomic_equal_alignment = "128" ) ,
2848
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2849
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2850
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2851
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2852
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2853
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2848
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2849
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2850
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2851
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2852
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2853
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2854
2854
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2855
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2855
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2856
2856
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI128" ) ,
2857
2857
"i128" ,
2858
2858
"#![feature(integer_atomics)]\n \n " ,
@@ -2865,14 +2865,14 @@ atomic_int! {
2865
2865
atomic_int ! {
2866
2866
cfg( target_has_atomic = "128" ) ,
2867
2867
cfg( target_has_atomic_equal_alignment = "128" ) ,
2868
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2869
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2870
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2871
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2872
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2873
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2868
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2869
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2870
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2871
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2872
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2873
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2874
2874
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2875
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2875
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2876
2876
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU128" ) ,
2877
2877
"u128" ,
2878
2878
"#![feature(integer_atomics)]\n \n " ,
0 commit comments