X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_expand%2Fsrc%2Flib.rs;h=b34de94fb7db4a43579cf08200ccf1b0399d012b;hb=163a7090b8c774785c8daea0e95e70e60ccfc6d0;hp=ffc9abe64d2ea8c127ed3202351d209ba074b1d6;hpb=e413c96ec597f099c2cc8954f643a366f07aba75;p=rust.git diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs index ffc9abe64d2..b34de94fb7d 100644 --- a/compiler/rustc_expand/src/lib.rs +++ b/compiler/rustc_expand/src/lib.rs @@ -3,7 +3,6 @@ #![feature(associated_type_defaults)] #![feature(if_let_guard)] #![feature(let_chains)] -#![cfg_attr(bootstrap, feature(let_else))] #![feature(macro_metavar_expr)] #![feature(proc_macro_diagnostic)] #![feature(proc_macro_internals)]