From b03d4b0ee93599e02673f5fdd6323734485ca25a Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Wed, 18 Nov 2020 23:11:38 -0500 Subject: [PATCH] Bump stage0 rustfmt to nightly-2020-11-19 This pulls in https://github.com/rust-lang/rustfmt/pull/4507, allowing us to remove a semicolon in an internal libstd macro --- src/stage0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage0.txt b/src/stage0.txt index dae9d219b7b9b..5b04e0a4985a8 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -19,7 +19,7 @@ rustc: beta # bootstrapping issues with use of new syntax in this repo. If you're looking at # the beta/stable branch, this key should be omitted, as we don't want to depend # on rustfmt from nightly there. -rustfmt: nightly-2020-10-12 +rustfmt: nightly-2020-11-19 # When making a stable release the process currently looks like: #