We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![feature(matches_macro)]
1 parent e87a205 commit b0b7dc3Copy full SHA for b0b7dc3
src/librustc_mir/lib.rs
@@ -29,6 +29,7 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
29
#![feature(stmt_expr_attributes)]
30
#![feature(bool_to_option)]
31
#![feature(trait_alias)]
32
+#![feature(matches_macro)]
33
34
#![recursion_limit="256"]
35
0 commit comments