about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-15 15:40:57 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-15 15:40:57 +1100
commit000767564e574f15ed4e6cd9ee0b56ecad6ae748 (patch)
treee871a054803079727969008a50eb3f80d3e3b241 /compiler/rustc_query_system/src
parent003fa886f51934be9bbae0027df7a4c82040cb12 (diff)
downloadrust-000767564e574f15ed4e6cd9ee0b56ecad6ae748.tar.gz
rust-000767564e574f15ed4e6cd9ee0b56ecad6ae748.zip
Remove unused features.
Diffstat (limited to 'compiler/rustc_query_system/src')
-rw-r--r--compiler/rustc_query_system/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs
index 1944ac443ea..2ed420f3564 100644
--- a/compiler/rustc_query_system/src/lib.rs
+++ b/compiler/rustc_query_system/src/lib.rs
@@ -2,9 +2,7 @@
 #![feature(core_intrinsics)]
 #![feature(hash_raw_entry)]
 #![feature(min_specialization)]
-#![feature(extern_types)]
 #![feature(let_chains)]
-#![feature(inline_const)]
 #![allow(rustc::potential_query_instability)]
 #![deny(rustc::untranslatable_diagnostic)]
 #![deny(rustc::diagnostic_outside_of_impl)]