Navigation Menu

Skip to content

Commit

Permalink
Add #![feature(matches_macro)]
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Nov 27, 2019
1 parent e87a205 commit b0b7dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_mir/lib.rs
Expand Up @@ -29,6 +29,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
#![feature(stmt_expr_attributes)]
#![feature(bool_to_option)]
#![feature(trait_alias)]
#![feature(matches_macro)]

#![recursion_limit="256"]

Expand Down

0 comments on commit b0b7dc3

Please sign in to comment.