diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2022-08-20 20:40:08 +0200 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2022-08-29 19:34:11 +0200 |
| commit | d1ef8180f956c9f1a7267e32491d65188f0aefd7 (patch) | |
| tree | dc1e90fb68dbf6688bf2956e9336ffad353a9b91 /compiler/rustc_const_eval/src | |
| parent | 76eb4f3bfdd5e7012268353a0a38b08b638253cd (diff) | |
| download | rust-d1ef8180f956c9f1a7267e32491d65188f0aefd7.tar.gz rust-d1ef8180f956c9f1a7267e32491d65188f0aefd7.zip | |
Revert let_chains stabilization
This reverts commit 326646074940222d602f3683d0559088690830f4. This is the revert against master, the beta revert was already done in #100538.
Diffstat (limited to 'compiler/rustc_const_eval/src')
| -rw-r--r-- | compiler/rustc_const_eval/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs index 7272ae5aa09..72ac6af685d 100644 --- a/compiler/rustc_const_eval/src/lib.rs +++ b/compiler/rustc_const_eval/src/lib.rs @@ -9,6 +9,7 @@ Rust MIR: a lowered representation of Rust. #![feature(control_flow_enum)] #![feature(decl_macro)] #![feature(exact_size_is_empty)] +#![feature(let_chains)] #![feature(let_else)] #![feature(map_try_insert)] #![feature(min_specialization)] |
