@@ -1384,7 +1384,7 @@ impl<T: ?Sized> *mut T {
13841384 /// See [`ptr::copy`] for safety concerns and examples.
13851385 ///
13861386 /// [`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 " ) ]
13881388 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
13891389 #[ inline( always) ]
13901390 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1404,7 +1404,7 @@ impl<T: ?Sized> *mut T {
14041404 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
14051405 ///
14061406 /// [`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 " ) ]
14081408 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14091409 #[ inline( always) ]
14101410 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1424,7 +1424,7 @@ impl<T: ?Sized> *mut T {
14241424 /// See [`ptr::copy`] for safety concerns and examples.
14251425 ///
14261426 /// [`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 " ) ]
14281428 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14291429 #[ inline( always) ]
14301430 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1444,7 +1444,7 @@ impl<T: ?Sized> *mut T {
14441444 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
14451445 ///
14461446 /// [`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 " ) ]
14481448 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14491449 #[ inline( always) ]
14501450 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
0 commit comments