diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-07-28 01:28:39 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2024-07-28 03:11:54 +0800 |
| commit | ec0b3540925af3cab9c38b0344902d48edb9d5b8 (patch) | |
| tree | 65a605b3942070103328851c2adc5c8fdb4cdd35 /compiler/rustc_monomorphize/src/lib.rs | |
| parent | 8fe0c753f23e7050b87a444b6622caf4d2272d5d (diff) | |
| download | rust-ec0b3540925af3cab9c38b0344902d48edb9d5b8.tar.gz rust-ec0b3540925af3cab9c38b0344902d48edb9d5b8.zip | |
stabilize `is_sorted`
Diffstat (limited to 'compiler/rustc_monomorphize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_monomorphize/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_monomorphize/src/lib.rs b/compiler/rustc_monomorphize/src/lib.rs index fc6e8e0d14f..3b8f0a91e74 100644 --- a/compiler/rustc_monomorphize/src/lib.rs +++ b/compiler/rustc_monomorphize/src/lib.rs @@ -1,6 +1,5 @@ // tidy-alphabetical-start #![feature(array_windows)] -#![feature(is_sorted)] // tidy-alphabetical-end use rustc_hir::lang_items::LangItem; |
