File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ impl Ordering {
356
356
/// ```
357
357
#[ inline]
358
358
#[ must_use]
359
- #[ rustc_const_stable( feature = "const_ordering" , since = "1.47 .0" ) ]
359
+ #[ rustc_const_stable( feature = "const_ordering" , since = "1.48 .0" ) ]
360
360
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
361
361
pub const fn reverse ( self ) -> Ordering {
362
362
match self {
@@ -395,7 +395,7 @@ impl Ordering {
395
395
/// ```
396
396
#[ inline]
397
397
#[ must_use]
398
- #[ rustc_const_stable( feature = "const_ordering" , since = "1.47 .0" ) ]
398
+ #[ rustc_const_stable( feature = "const_ordering" , since = "1.48 .0" ) ]
399
399
#[ stable( feature = "ordering_chaining" , since = "1.17.0" ) ]
400
400
pub const fn then ( self , other : Ordering ) -> Ordering {
401
401
match self {
You can’t perform that action at this time.
0 commit comments