Skip to content

Commit b0b7dc3

Browse files
Add #![feature(matches_macro)]
1 parent e87a205 commit b0b7dc3

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
@@ -29,6 +29,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
2929
#![feature(stmt_expr_attributes)]
3030
#![feature(bool_to_option)]
3131
#![feature(trait_alias)]
32+
#![feature(matches_macro)]
3233

3334
#![recursion_limit="256"]
3435

0 commit comments

Comments
 (0)