Skip to content

Commit 6034214

Browse files
committed
Auto merge of rust-lang#141415 - est31:let_chains_libcore, r=tgross35
Remove #![feature(let_chains)] from libcore PR rust-lang#132833 has stabilized the let_chains feature. This PR removes the last occurrence from the library. Split out of rust-lang#140966 as it caused breakage. Now we have a patch to the linux tree that fixes the build, so we update the linux tree to it. cc Rust-for-Linux/linux#1163 cc rust-lang#140722
2 parents d0b9882 + 5725a5b commit 6034214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
#![feature(intra_doc_pointers)]
159159
#![feature(intrinsics)]
160160
#![feature(lang_items)]
161-
#![feature(let_chains)]
162161
#![feature(link_llvm_intrinsics)]
163162
#![feature(macro_metavar_expr)]
164163
#![feature(marker_trait_attr)]

0 commit comments

Comments
 (0)