We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909f1f6 commit 21877e8Copy full SHA for 21877e8
compiler/rustc_hir/src/lib.rs
@@ -6,12 +6,12 @@
6
#![allow(internal_features)]
7
#![feature(associated_type_defaults)]
8
#![feature(closure_track_caller)]
9
+#![feature(exhaustive_patterns)]
10
#![feature(let_chains)]
11
#![feature(never_type)]
12
#![feature(rustc_attrs)]
13
#![feature(variant_count)]
14
#![warn(unreachable_pub)]
-#![feature(exhaustive_patterns)]
15
// tidy-alphabetical-end
16
17
extern crate self as rustc_hir;
0 commit comments