We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003fa88 commit 0007675Copy full SHA for 0007675
compiler/rustc_query_system/src/lib.rs
@@ -2,9 +2,7 @@
2
#![feature(core_intrinsics)]
3
#![feature(hash_raw_entry)]
4
#![feature(min_specialization)]
5
-#![feature(extern_types)]
6
#![feature(let_chains)]
7
-#![feature(inline_const)]
8
#![allow(rustc::potential_query_instability)]
9
#![deny(rustc::untranslatable_diagnostic)]
10
#![deny(rustc::diagnostic_outside_of_impl)]
0 commit comments