X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fstage0.txt;h=494944720d9e801def4701eef1c5d28025f3f639;hb=72aaa3a414d17aa0c4f19feafa5bab5f84b60e63;hp=999218efa297d93d05ca4e7861a1ccf25b495415;hpb=b779cbbe6806caccb73f21ac6aeba99316ca8900;p=rust.git diff --git a/src/stage0.txt b/src/stage0.txt index 999218efa29..494944720d9 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -16,6 +16,11 @@ date: 2019-12-18 rustc: beta cargo: beta +# We use a nightly rustfmt to format the source because it solves some 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-2019-12-18 + # When making a stable release the process currently looks like: # # 1. Produce stable build, upload it to dev-static