File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
628628 /// ```
629629 #[ inline]
630630 #[ 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 " ) ]
632632 #[ must_use = "this returns the result of the operation, \
633633 without modifying the original"]
634634 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 {
22232223 /// ```
22242224 #[ unstable( feature = "wrapping_next_power_of_two" , issue = "32463" ,
22252225 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 " ) ]
22272227 #[ must_use = "this returns the result of the operation, \
22282228 without modifying the original"]
22292229 pub const fn wrapping_next_power_of_two( self ) -> Self {
You can’t perform that action at this time.
0 commit comments