Update rustc to 3/6 nightly.

This commit is contained in:
Josh Matthews 2022-03-06 18:04:42 -05:00
parent ecb4f4225a
commit af5a17f94b
3 changed files with 4 additions and 4 deletions

View file

@ -645,7 +645,7 @@ class MachCommands(CommandBase):
# https://internals.rust-lang.org/t/exploring-crate-graph-build-times-with-cargo-build-ztimings/10975
# Prepend so that e.g. `-Ztimings` (which means `-Ztimings=info,html`)
# given on the command line can override it
opts = ["-Ztimings=info"] + opts
opts = ["--timings"] + opts
if very_verbose:
print(["Calling", "cargo", "build"] + opts)