We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
since
1 parent 89fc3fb commit 12f4624Copy full SHA for 12f4624
library/core/src/cmp.rs
@@ -356,7 +356,7 @@ impl Ordering {
356
/// ```
357
#[inline]
358
#[must_use]
359
- #[rustc_const_stable(feature = "const_ordering", since = "1.47.0")]
+ #[rustc_const_stable(feature = "const_ordering", since = "1.48.0")]
360
#[stable(feature = "rust1", since = "1.0.0")]
361
pub const fn reverse(self) -> Ordering {
362
match self {
@@ -395,7 +395,7 @@ impl Ordering {
395
396
397
398
399
#[stable(feature = "ordering_chaining", since = "1.17.0")]
400
pub const fn then(self, other: Ordering) -> Ordering {
401
0 commit comments