@@ -2290,8 +2290,8 @@ macro_rules! int_impl {
2290
2290
/// ```
2291
2291
#[ doc = concat!( "assert_eq!(5" , stringify!( $SelfT) , ".ilog(5), 1);" ) ]
2292
2292
/// ```
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 " ) ]
2295
2295
#[ rustc_allow_const_fn_unstable( const_option) ]
2296
2296
#[ must_use = "this returns the result of the operation, \
2297
2297
without modifying the original"]
@@ -2313,8 +2313,8 @@ macro_rules! int_impl {
2313
2313
/// ```
2314
2314
#[ doc = concat!( "assert_eq!(2" , stringify!( $SelfT) , ".ilog2(), 1);" ) ]
2315
2315
/// ```
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 " ) ]
2318
2318
#[ rustc_allow_const_fn_unstable( const_option) ]
2319
2319
#[ must_use = "this returns the result of the operation, \
2320
2320
without modifying the original"]
@@ -2335,8 +2335,8 @@ macro_rules! int_impl {
2335
2335
/// ```
2336
2336
#[ doc = concat!( "assert_eq!(10" , stringify!( $SelfT) , ".ilog10(), 1);" ) ]
2337
2337
/// ```
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 " ) ]
2340
2340
#[ rustc_allow_const_fn_unstable( const_option) ]
2341
2341
#[ must_use = "this returns the result of the operation, \
2342
2342
without modifying the original"]
@@ -2360,8 +2360,8 @@ macro_rules! int_impl {
2360
2360
/// ```
2361
2361
#[ doc = concat!( "assert_eq!(5" , stringify!( $SelfT) , ".checked_ilog(5), Some(1));" ) ]
2362
2362
/// ```
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 " ) ]
2365
2365
#[ must_use = "this returns the result of the operation, \
2366
2366
without modifying the original"]
2367
2367
#[ inline]
@@ -2396,8 +2396,8 @@ macro_rules! int_impl {
2396
2396
/// ```
2397
2397
#[ doc = concat!( "assert_eq!(2" , stringify!( $SelfT) , ".checked_ilog2(), Some(1));" ) ]
2398
2398
/// ```
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 " ) ]
2401
2401
#[ must_use = "this returns the result of the operation, \
2402
2402
without modifying the original"]
2403
2403
#[ inline]
@@ -2420,8 +2420,8 @@ macro_rules! int_impl {
2420
2420
/// ```
2421
2421
#[ doc = concat!( "assert_eq!(10" , stringify!( $SelfT) , ".checked_ilog10(), Some(1));" ) ]
2422
2422
/// ```
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 " ) ]
2425
2425
#[ must_use = "this returns the result of the operation, \
2426
2426
without modifying the original"]
2427
2427
#[ inline]
0 commit comments