about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/lib.rs
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2024-07-28 01:28:39 +0800
committerSlanterns <slanterns.w@gmail.com>2024-07-28 03:11:54 +0800
commitec0b3540925af3cab9c38b0344902d48edb9d5b8 (patch)
tree65a605b3942070103328851c2adc5c8fdb4cdd35 /compiler/rustc_monomorphize/src/lib.rs
parent8fe0c753f23e7050b87a444b6622caf4d2272d5d (diff)
downloadrust-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.rs1
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;