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 6305c68 commit 341594eCopy full SHA for 341594e
src/librustc_mir/lib.rs
@@ -6,21 +6,15 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
6
7
#![feature(nll)]
8
#![feature(in_band_lifetimes)]
9
-#![feature(inner_deref)]
10
#![feature(bool_to_option)]
11
#![feature(box_patterns)]
12
#![feature(box_syntax)]
13
#![feature(crate_visibility_modifier)]
14
-#![feature(core_intrinsics)]
15
-#![feature(decl_macro)]
16
#![feature(drain_filter)]
17
#![feature(exhaustive_patterns)]
18
#![feature(iter_order_by)]
19
#![feature(never_type)]
20
#![feature(specialization)]
21
-#![feature(try_trait)]
22
-#![feature(unicode_internals)]
23
-#![feature(slice_concat_ext)]
24
#![feature(trusted_len)]
25
#![feature(try_blocks)]
26
#![feature(associated_type_bounds)]
0 commit comments