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