about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-02-04 14:16:18 +0000
committerbors <bors@rust-lang.org>2020-02-04 14:16:18 +0000
commit126ad2b813010447807b0593a80bc6c04962e7ea (patch)
treeda18ca4b2fec7be348e271c47cb9543f803331df /src/libsyntax
parentbae3d0dfc716ccbe511455275b77ccb3b5b8437b (diff)
parentdbc9894095d7ebc35e521075c98ea0d55175fdd3 (diff)
Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini
Step stage0 to bootstrap from 1.42

This also includes a commit which fixes the rustfmt downloading logic to redownload when the rustfmt channel changes, and bumps rustfmt to a more recent version.
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 66c747f2c51..adb96356aae 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -13,7 +13,6 @@
 #![feature(label_break_value)]
 #![feature(nll)]
 #![feature(try_trait)]
-#![cfg_attr(bootstrap, feature(slice_patterns))]
 #![feature(unicode_internals)]
 #![recursion_limit = "256"]