Add #![feature(matches_macro)]

This commit is contained in:
Dylan MacKenzie 2019-11-26 12:02:52 -08:00
parent e87a205c2e
commit b0b7dc3167

View file

@ -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"]