@@ -2308,7 +2308,7 @@ atomic_int! {
2308
2308
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2309
2309
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2310
2310
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2311
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2311
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2312
2312
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI8" ) ,
2313
2313
"i8" ,
2314
2314
"" ,
@@ -2328,7 +2328,7 @@ atomic_int! {
2328
2328
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2329
2329
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2330
2330
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2331
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2331
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2332
2332
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU8" ) ,
2333
2333
"u8" ,
2334
2334
"" ,
@@ -2348,7 +2348,7 @@ atomic_int! {
2348
2348
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2349
2349
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2350
2350
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2351
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2351
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2352
2352
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI16" ) ,
2353
2353
"i16" ,
2354
2354
"" ,
@@ -2368,7 +2368,7 @@ atomic_int! {
2368
2368
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2369
2369
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2370
2370
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2371
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2371
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2372
2372
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU16" ) ,
2373
2373
"u16" ,
2374
2374
"" ,
@@ -2388,7 +2388,7 @@ atomic_int! {
2388
2388
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2389
2389
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2390
2390
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2391
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2391
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2392
2392
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI32" ) ,
2393
2393
"i32" ,
2394
2394
"" ,
@@ -2408,7 +2408,7 @@ atomic_int! {
2408
2408
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2409
2409
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2410
2410
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2411
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2411
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2412
2412
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU32" ) ,
2413
2413
"u32" ,
2414
2414
"" ,
@@ -2428,7 +2428,7 @@ atomic_int! {
2428
2428
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2429
2429
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2430
2430
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2431
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2431
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2432
2432
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI64" ) ,
2433
2433
"i64" ,
2434
2434
"" ,
@@ -2448,7 +2448,7 @@ atomic_int! {
2448
2448
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2449
2449
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2450
2450
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2451
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2451
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2452
2452
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU64" ) ,
2453
2453
"u64" ,
2454
2454
"" ,
@@ -2461,14 +2461,14 @@ atomic_int! {
2461
2461
atomic_int ! {
2462
2462
cfg( target_has_atomic = "128" ) ,
2463
2463
cfg( target_has_atomic_equal_alignment = "128" ) ,
2464
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2465
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2466
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2467
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2468
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2469
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2464
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2465
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2466
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2467
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2468
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2469
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2470
2470
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2471
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2471
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2472
2472
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicI128" ) ,
2473
2473
"i128" ,
2474
2474
"#![feature(integer_atomics)]\n \n " ,
@@ -2481,14 +2481,14 @@ atomic_int! {
2481
2481
atomic_int ! {
2482
2482
cfg( target_has_atomic = "128" ) ,
2483
2483
cfg( target_has_atomic_equal_alignment = "128" ) ,
2484
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2485
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2486
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2487
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2488
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2489
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2484
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2485
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2486
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2487
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2488
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2489
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2490
2490
rustc_const_stable( feature = "const_integer_atomics" , since = "1.34.0" ) ,
2491
- unstable( feature = "integer_atomics" , issue = "32976 " ) ,
2491
+ unstable( feature = "integer_atomics" , issue = "99069 " ) ,
2492
2492
cfg_attr( not( test) , rustc_diagnostic_item = "AtomicU128" ) ,
2493
2493
"u128" ,
2494
2494
"#![feature(integer_atomics)]\n \n " ,
0 commit comments