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(let_else)]
rustc_builtin_macros
1 parent 2e2c86e commit 27f8be4Copy full SHA for 27f8be4
compiler/rustc_builtin_macros/src/lib.rs
@@ -6,6 +6,7 @@
6
#![feature(bool_to_option)]
7
#![feature(crate_visibility_modifier)]
8
#![feature(decl_macro)]
9
+#![feature(let_else)]
10
#![feature(nll)]
11
#![feature(proc_macro_internals)]
12
#![feature(proc_macro_quote)]
0 commit comments