diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-11-18 23:11:38 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-11-18 23:11:38 -0500 |
| commit | b03d4b0ee93599e02673f5fdd6323734485ca25a (patch) | |
| tree | 0fa56655aa2b995ec3a18b44400b6ca25317caaa | |
| parent | 5d26145dee8c58cf3b973a8337d6b771f5f66cd8 (diff) | |
| download | rust-b03d4b0ee93599e02673f5fdd6323734485ca25a.tar.gz rust-b03d4b0ee93599e02673f5fdd6323734485ca25a.zip | |
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
| -rw-r--r-- | src/stage0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index dae9d219b7b..5b04e0a4985 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: # |
