@@ -1311,7 +1311,7 @@ impl<T: ?Sized> *mut T {
13111311     /// See [`ptr::copy`] for safety concerns and examples. 
13121312     /// 
13131313     /// [`ptr::copy`]: crate::ptr::copy() 
1314-      #[ rustc_const_unstable ( feature = "const_intrinsic_copy" ,  issue  = "80697 " ) ]  
1314+      #[ rustc_const_stable ( feature = "const_intrinsic_copy" ,  since  = "1.63.0 " ) ]  
13151315    #[ stable( feature = "pointer_methods" ,  since = "1.26.0" ) ]  
13161316    #[ inline( always) ]  
13171317    pub  const  unsafe  fn  copy_to ( self ,  dest :  * mut  T ,  count :  usize ) 
@@ -1330,7 +1330,7 @@ impl<T: ?Sized> *mut T {
13301330     /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples. 
13311331     /// 
13321332     /// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping() 
1333-      #[ rustc_const_unstable ( feature = "const_intrinsic_copy" ,  issue  = "80697 " ) ]  
1333+      #[ rustc_const_stable ( feature = "const_intrinsic_copy" ,  since  = "1.63.0 " ) ]  
13341334    #[ stable( feature = "pointer_methods" ,  since = "1.26.0" ) ]  
13351335    #[ inline( always) ]  
13361336    pub  const  unsafe  fn  copy_to_nonoverlapping ( self ,  dest :  * mut  T ,  count :  usize ) 
@@ -1349,7 +1349,7 @@ impl<T: ?Sized> *mut T {
13491349     /// See [`ptr::copy`] for safety concerns and examples. 
13501350     /// 
13511351     /// [`ptr::copy`]: crate::ptr::copy() 
1352-      #[ rustc_const_unstable ( feature = "const_intrinsic_copy" ,  issue  = "80697 " ) ]  
1352+      #[ rustc_const_stable ( feature = "const_intrinsic_copy" ,  since  = "1.63.0 " ) ]  
13531353    #[ stable( feature = "pointer_methods" ,  since = "1.26.0" ) ]  
13541354    #[ inline( always) ]  
13551355    pub  const  unsafe  fn  copy_from ( self ,  src :  * const  T ,  count :  usize ) 
@@ -1368,7 +1368,7 @@ impl<T: ?Sized> *mut T {
13681368     /// See [`ptr::copy_nonoverlapping`] for safety concerns and examples. 
13691369     /// 
13701370     /// [`ptr::copy_nonoverlapping`]: crate::ptr::copy_nonoverlapping() 
1371-      #[ rustc_const_unstable ( feature = "const_intrinsic_copy" ,  issue  = "80697 " ) ]  
1371+      #[ rustc_const_stable ( feature = "const_intrinsic_copy" ,  since  = "1.63.0 " ) ]  
13721372    #[ stable( feature = "pointer_methods" ,  since = "1.26.0" ) ]  
13731373    #[ inline( always) ]  
13741374    pub  const  unsafe  fn  copy_from_nonoverlapping ( self ,  src :  * const  T ,  count :  usize ) 
0 commit comments