@@ -232,16 +232,16 @@ impl<T: ?Sized> RefUnwindSafe for RwLock<T> {}
232
232
#[ stable( feature = "unwind_safe_atomic_refs" , since = "1.14.0" ) ]
233
233
impl RefUnwindSafe for atomic:: AtomicIsize { }
234
234
#[ cfg( target_has_atomic_load_store = "8" ) ]
235
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
235
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
236
236
impl RefUnwindSafe for atomic:: AtomicI8 { }
237
237
#[ cfg( target_has_atomic_load_store = "16" ) ]
238
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
238
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
239
239
impl RefUnwindSafe for atomic:: AtomicI16 { }
240
240
#[ cfg( target_has_atomic_load_store = "32" ) ]
241
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
241
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
242
242
impl RefUnwindSafe for atomic:: AtomicI32 { }
243
243
#[ cfg( target_has_atomic_load_store = "64" ) ]
244
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
244
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
245
245
impl RefUnwindSafe for atomic:: AtomicI64 { }
246
246
#[ cfg( target_has_atomic_load_store = "128" ) ]
247
247
#[ unstable( feature = "integer_atomics" , issue = "32976" ) ]
@@ -251,16 +251,16 @@ impl RefUnwindSafe for atomic::AtomicI128 {}
251
251
#[ stable( feature = "unwind_safe_atomic_refs" , since = "1.14.0" ) ]
252
252
impl RefUnwindSafe for atomic:: AtomicUsize { }
253
253
#[ cfg( target_has_atomic_load_store = "8" ) ]
254
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
254
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
255
255
impl RefUnwindSafe for atomic:: AtomicU8 { }
256
256
#[ cfg( target_has_atomic_load_store = "16" ) ]
257
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
257
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
258
258
impl RefUnwindSafe for atomic:: AtomicU16 { }
259
259
#[ cfg( target_has_atomic_load_store = "32" ) ]
260
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
260
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
261
261
impl RefUnwindSafe for atomic:: AtomicU32 { }
262
262
#[ cfg( target_has_atomic_load_store = "64" ) ]
263
- #[ unstable ( feature = "integer_atomics " , issue = "32976 " ) ]
263
+ #[ stable ( feature = "integer_atomics_stable " , since = "1.34.0 " ) ]
264
264
impl RefUnwindSafe for atomic:: AtomicU64 { }
265
265
#[ cfg( target_has_atomic_load_store = "128" ) ]
266
266
#[ unstable( feature = "integer_atomics" , issue = "32976" ) ]
0 commit comments