@@ -503,8 +503,8 @@ macro_rules! uint_impl {
503503 /// [`unwrap_unchecked`]: option/enum.Option.html#method.unwrap_unchecked
504504 #[ doc = concat!( "[`checked_add`]: " , stringify!( $SelfT) , "::checked_add" ) ]
505505 #[ doc = concat!( "[`wrapping_add`]: " , stringify!( $SelfT) , "::wrapping_add" ) ]
506- #[ stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
507- #[ rustc_const_stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
506+ #[ stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
507+ #[ rustc_const_stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
508508 #[ must_use = "this returns the result of the operation, \
509509 without modifying the original"]
510510 #[ inline( always) ]
@@ -660,8 +660,8 @@ macro_rules! uint_impl {
660660 /// [`unwrap_unchecked`]: option/enum.Option.html#method.unwrap_unchecked
661661 #[ doc = concat!( "[`checked_sub`]: " , stringify!( $SelfT) , "::checked_sub" ) ]
662662 #[ doc = concat!( "[`wrapping_sub`]: " , stringify!( $SelfT) , "::wrapping_sub" ) ]
663- #[ stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
664- #[ rustc_const_stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
663+ #[ stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
664+ #[ rustc_const_stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
665665 #[ must_use = "this returns the result of the operation, \
666666 without modifying the original"]
667667 #[ inline( always) ]
@@ -746,8 +746,8 @@ macro_rules! uint_impl {
746746 /// [`unwrap_unchecked`]: option/enum.Option.html#method.unwrap_unchecked
747747 #[ doc = concat!( "[`checked_mul`]: " , stringify!( $SelfT) , "::checked_mul" ) ]
748748 #[ doc = concat!( "[`wrapping_mul`]: " , stringify!( $SelfT) , "::wrapping_mul" ) ]
749- #[ stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
750- #[ rustc_const_stable( feature = "unchecked_math" , since = "CURRENT_RUSTC_VERSION " ) ]
749+ #[ stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
750+ #[ rustc_const_stable( feature = "unchecked_math" , since = "1.79.0 " ) ]
751751 #[ must_use = "this returns the result of the operation, \
752752 without modifying the original"]
753753 #[ inline( always) ]
0 commit comments