@@ -2077,8 +2077,8 @@ macro_rules! uint_impl {
20772077 /// ```
20782078 #[ doc = concat!( "assert_eq!(7_" , stringify!( $SelfT) , ".div_ceil(4), 2);" ) ]
20792079 /// ```
2080- #[ stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2081- #[ rustc_const_stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2080+ #[ stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
2081+ #[ rustc_const_stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
20822082 #[ must_use = "this returns the result of the operation, \
20832083 without modifying the original"]
20842084 #[ inline]
@@ -2113,8 +2113,8 @@ macro_rules! uint_impl {
21132113 #[ doc = concat!( "assert_eq!(16_" , stringify!( $SelfT) , ".next_multiple_of(8), 16);" ) ]
21142114 #[ doc = concat!( "assert_eq!(23_" , stringify!( $SelfT) , ".next_multiple_of(8), 24);" ) ]
21152115 /// ```
2116- #[ stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2117- #[ rustc_const_stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2116+ #[ stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
2117+ #[ rustc_const_stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
21182118 #[ must_use = "this returns the result of the operation, \
21192119 without modifying the original"]
21202120 #[ inline]
@@ -2140,8 +2140,8 @@ macro_rules! uint_impl {
21402140 #[ doc = concat!( "assert_eq!(1_" , stringify!( $SelfT) , ".checked_next_multiple_of(0), None);" ) ]
21412141 #[ doc = concat!( "assert_eq!(" , stringify!( $SelfT) , "::MAX.checked_next_multiple_of(2), None);" ) ]
21422142 /// ```
2143- #[ stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2144- #[ rustc_const_stable( feature = "int_roundings1" , since = "CURRENT_RUSTC_VERSION " ) ]
2143+ #[ stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
2144+ #[ rustc_const_stable( feature = "int_roundings1" , since = "1.73.0 " ) ]
21452145 #[ must_use = "this returns the result of the operation, \
21462146 without modifying the original"]
21472147 #[ inline]
0 commit comments