File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ macro_rules! saturating_int_impl {
628
628
/// ```
629
629
#[ inline]
630
630
#[ unstable( feature = "saturating_int_impl" , issue = "87920" ) ]
631
- #[ rustc_const_stable ( feature = "const_reverse_bits " , since = "1.37.0 " ) ]
631
+ #[ rustc_const_unstable ( feature = "saturating_int_impl " , issue = "87920 " ) ]
632
632
#[ must_use = "this returns the result of the operation, \
633
633
without modifying the original"]
634
634
pub const fn reverse_bits( self ) -> Self {
Original file line number Diff line number Diff line change @@ -2223,7 +2223,7 @@ macro_rules! uint_impl {
2223
2223
/// ```
2224
2224
#[ unstable( feature = "wrapping_next_power_of_two" , issue = "32463" ,
2225
2225
reason = "needs decision on wrapping behaviour" ) ]
2226
- #[ rustc_const_stable ( feature = "const_int_pow " , since = "1.50.0 " ) ]
2226
+ #[ rustc_const_unstable ( feature = "wrapping_next_power_of_two " , issue = "32463 " ) ]
2227
2227
#[ must_use = "this returns the result of the operation, \
2228
2228
without modifying the original"]
2229
2229
pub const fn wrapping_next_power_of_two( self ) -> Self {
You can’t perform that action at this time.
0 commit comments