X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frustc_infer%2Fsrc%2Flib.rs;h=1c515f5ee572230d0c1e9f34722b52d61dd5e25b;hb=154a09dd913edc7db698b8a7230c720a8f0baa74;hp=490ba52503fb24a3692e080d11034c5543c5fa36;hpb=c2ecd3af87477147695aa3f6e1237e3185044e62;p=rust.git diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs index 490ba52503f..1c515f5ee57 100644 --- a/compiler/rustc_infer/src/lib.rs +++ b/compiler/rustc_infer/src/lib.rs @@ -18,7 +18,6 @@ #![feature(control_flow_enum)] #![feature(extend_one)] #![feature(label_break_value)] -#![cfg_attr(bootstrap, feature(let_chains))] #![feature(let_else)] #![feature(min_specialization)] #![feature(never_type)]