@@ -2290,8 +2290,8 @@ macro_rules! int_impl {
22902290 /// ```
22912291 #[ doc = concat!( "assert_eq!(5" , stringify!( $SelfT) , ".ilog(5), 1);" ) ]
22922292 /// ```
2293- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2294- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2293+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2294+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
22952295 #[ rustc_allow_const_fn_unstable( const_option) ]
22962296 #[ must_use = "this returns the result of the operation, \
22972297 without modifying the original"]
@@ -2313,8 +2313,8 @@ macro_rules! int_impl {
23132313 /// ```
23142314 #[ doc = concat!( "assert_eq!(2" , stringify!( $SelfT) , ".ilog2(), 1);" ) ]
23152315 /// ```
2316- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2317- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2316+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2317+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
23182318 #[ rustc_allow_const_fn_unstable( const_option) ]
23192319 #[ must_use = "this returns the result of the operation, \
23202320 without modifying the original"]
@@ -2335,8 +2335,8 @@ macro_rules! int_impl {
23352335 /// ```
23362336 #[ doc = concat!( "assert_eq!(10" , stringify!( $SelfT) , ".ilog10(), 1);" ) ]
23372337 /// ```
2338- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2339- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2338+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2339+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
23402340 #[ rustc_allow_const_fn_unstable( const_option) ]
23412341 #[ must_use = "this returns the result of the operation, \
23422342 without modifying the original"]
@@ -2360,8 +2360,8 @@ macro_rules! int_impl {
23602360 /// ```
23612361 #[ doc = concat!( "assert_eq!(5" , stringify!( $SelfT) , ".checked_ilog(5), Some(1));" ) ]
23622362 /// ```
2363- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2364- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2363+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2364+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
23652365 #[ must_use = "this returns the result of the operation, \
23662366 without modifying the original"]
23672367 #[ inline]
@@ -2396,8 +2396,8 @@ macro_rules! int_impl {
23962396 /// ```
23972397 #[ doc = concat!( "assert_eq!(2" , stringify!( $SelfT) , ".checked_ilog2(), Some(1));" ) ]
23982398 /// ```
2399- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2400- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2399+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2400+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
24012401 #[ must_use = "this returns the result of the operation, \
24022402 without modifying the original"]
24032403 #[ inline]
@@ -2420,8 +2420,8 @@ macro_rules! int_impl {
24202420 /// ```
24212421 #[ doc = concat!( "assert_eq!(10" , stringify!( $SelfT) , ".checked_ilog10(), Some(1));" ) ]
24222422 /// ```
2423- #[ stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2424- #[ rustc_const_stable( feature = "int_log" , since = "CURRENT_RUSTC_VERSION " ) ]
2423+ #[ stable( feature = "int_log" , since = "1.67.0 " ) ]
2424+ #[ rustc_const_stable( feature = "int_log" , since = "1.67.0 " ) ]
24252425 #[ must_use = "this returns the result of the operation, \
24262426 without modifying the original"]
24272427 #[ inline]
0 commit comments