diff options
| author | bors <bors@rust-lang.org> | 2020-02-04 14:16:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-04 14:16:18 +0000 |
| commit | 126ad2b813010447807b0593a80bc6c04962e7ea (patch) | |
| tree | da18ca4b2fec7be348e271c47cb9543f803331df /src/libsyntax/lib.rs | |
| parent | bae3d0dfc716ccbe511455275b77ccb3b5b8437b (diff) | |
| parent | dbc9894095d7ebc35e521075c98ea0d55175fdd3 (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/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
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"] |
