1
Fork 0

Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay

Stabilize `is_sorted`

Closes: https://github.com/rust-lang/rust/issues/53485.

~~Question: does~~ 8fe0c753f2/compiler/rustc_lint_defs/src/builtin.rs (L1986-L1994) ~~need a new example?~~
edit: It causes a test failure and needs to be changed anyway.

``@rustbot`` label: +T-libs-api

r? libs-api
This commit is contained in:
Matthias Krüger 2024-07-28 08:57:17 +02:00 committed by GitHub
commit 99204047c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 21 additions and 106 deletions

View file

@ -6,7 +6,6 @@
#![feature(decl_macro)]
#![feature(if_let_guard)]
#![feature(impl_trait_in_assoc_type)]
#![feature(is_sorted)]
#![feature(let_chains)]
#![feature(map_try_insert)]
#![feature(never_type)]