@@ -1269,7 +1269,7 @@ impl<T: ?Sized> *mut T {
12691269 /// See [`ptr::copy`] for safety concerns and examples.
12701270 ///
12711271 /// [`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 " ) ]
12731273 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
12741274 #[ inline( always) ]
12751275 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1289,7 +1289,7 @@ impl<T: ?Sized> *mut T {
12891289 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
12901290 ///
12911291 /// [`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 " ) ]
12931293 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
12941294 #[ inline( always) ]
12951295 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1309,7 +1309,7 @@ impl<T: ?Sized> *mut T {
13091309 /// See [`ptr::copy`] for safety concerns and examples.
13101310 ///
13111311 /// [`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 " ) ]
13131313 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
13141314 #[ inline( always) ]
13151315 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
@@ -1329,7 +1329,7 @@ impl<T: ?Sized> *mut T {
13291329 /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples.
13301330 ///
13311331 /// [`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 " ) ]
13331333 #[ stable( feature = "pointer_methods" , since = "1.26.0" ) ]
13341334 #[ inline( always) ]
13351335 #[ cfg_attr( miri, track_caller) ] // even without panics, this helps for Miri backtraces
0 commit comments