Skip to content

Commit 22a0856

Browse files
Enable drain_filter
1 parent 75f4dac commit 22a0856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
1414
#![feature(core_intrinsics)]
1515
#![feature(const_fn)]
1616
#![feature(decl_macro)]
17+
#![feature(drain_filter)]
1718
#![feature(exhaustive_patterns)]
1819
#![feature(never_type)]
1920
#![feature(specialization)]

0 commit comments

Comments
 (0)