@@ -1385,7 +1385,7 @@ impl<T: ?Sized> *mut T {
13851385 /// See [`ptr::copy`] for safety concerns and examples.
13861386 ///
13871387 /// [`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 " ) ]
13891389 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
13901390 #[ inline( always) ]
13911391 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1405,7 +1405,7 @@ impl<T: ?Sized> *mut T {
14051405 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
14061406 ///
14071407 /// [`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 " ) ]
14091409 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14101410 #[ inline( always) ]
14111411 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1425,7 +1425,7 @@ impl<T: ?Sized> *mut T {
14251425 /// See [`ptr::copy`] for safety concerns and examples.
14261426 ///
14271427 /// [`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 " ) ]
14291429 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14301430 #[ inline( always) ]
14311431 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1445,7 +1445,7 @@ impl<T: ?Sized> *mut T {
14451445 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
14461446 ///
14471447 /// [`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 " ) ]
14491449 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
14501450 #[ inline( always) ]
14511451 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
0 commit comments