]> git.lizzy.rs Git - rust.git/blobdiff - src/stage0.txt
Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkor
[rust.git] / src / stage0.txt
index 3c8489015838188b5b59b4bc60dca02f5424bb08..14bffbadc06423dbf1744ac30c5ad68c27644cdf 100644 (file)
 # source tarball for a stable release you'll likely see `1.x.0` for rustc and
 # `0.x.0` for Cargo where they were released on `date`.
 
-date: 2019-11-06
+date: 2020-01-30
 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-2020-01-31
+
 # When making a stable release the process currently looks like:
 #
 #   1. Produce stable build, upload it to dev-static