@@ -1385,7 +1385,7 @@ impl<T: ?Sized> *mut T {
1385
1385
/// See [`ptr::copy`] for safety concerns and examples.
1386
1386
///
1387
1387
/// [`ptr::copy`]: crate::ptr::copy()
1388
- #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "1.63.0 " ) ]
1388
+ #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1389
1389
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1390
1390
#[ inline( always) ]
1391
1391
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1405,7 +1405,7 @@ impl<T: ?Sized> *mut T {
1405
1405
/// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
1406
1406
///
1407
1407
/// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping()
1408
- #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "1.63.0 " ) ]
1408
+ #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1409
1409
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1410
1410
#[ inline( always) ]
1411
1411
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1425,7 +1425,7 @@ impl<T: ?Sized> *mut T {
1425
1425
/// See [`ptr::copy`] for safety concerns and examples.
1426
1426
///
1427
1427
/// [`ptr::copy`]: crate::ptr::copy()
1428
- #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "1.63.0 " ) ]
1428
+ #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1429
1429
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1430
1430
#[ inline( always) ]
1431
1431
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1445,7 +1445,7 @@ impl<T: ?Sized> *mut T {
1445
1445
/// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
1446
1446
///
1447
1447
/// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping()
1448
- #[ rustc_const_stable ( feature = "const_intrinsic_copy" , since = "1.63.0 " ) ]
1448
+ #[ rustc_const_unstable ( feature = "const_intrinsic_copy" , issue = "80697 " ) ]
1449
1449
#[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
1450
1450
#[ inline( always) ]
1451
1451
#[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
0 commit comments