@@ -1269,7 +1269,7 @@ impl<T: ?Sized> *mut T {
1269
1269
/// See [`ptr::copy`] for safety concerns and examples.
1270
1270
///
1271
1271
/// [`ptr::copy`]: crate::ptr::copy()
1272
- #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1272
+ #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "CURRENT_RUSTC_VERSION " ) ]
1273
1273
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1274
1274
#[ inline( always) ]
1275
1275
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1289,7 +1289,7 @@ impl<T: ?Sized> *mut T {
1289
1289
/// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
1290
1290
///
1291
1291
/// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping()
1292
- #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1292
+ #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "CURRENT_RUSTC_VERSION " ) ]
1293
1293
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1294
1294
#[ inline( always) ]
1295
1295
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1309,7 +1309,7 @@ impl<T: ?Sized> *mut T {
1309
1309
/// See [`ptr::copy`] for safety concerns and examples.
1310
1310
///
1311
1311
/// [`ptr::copy`]: crate::ptr::copy()
1312
- #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1312
+ #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "CURRENT_RUSTC_VERSION " ) ]
1313
1313
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1314
1314
#[ inline( always) ]
1315
1315
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1329,7 +1329,7 @@ impl<T: ?Sized> *mut T {
1329
1329
/// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
1330
1330
///
1331
1331
/// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping()
1332
- #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1332
+ #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "CURRENT_RUSTC_VERSION " ) ]
1333
1333
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1334
1334
#[ inline( always) ]
1335
1335
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
0 commit comments