1
Fork 0

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.
This commit is contained in:
bors 2020-02-04 14:16:18 +00:00
commit 126ad2b813
27 changed files with 19 additions and 86 deletions

View file

@ -2,7 +2,6 @@
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![cfg_attr(bootstrap, feature(slice_patterns))]
use rustc_ast_pretty::pprust;
use rustc_data_structures::sync::Lrc;