Add #![feature(matches_macro)]
This commit is contained in:
parent
e87a205c2e
commit
b0b7dc3167
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue