Closed
Description
Lines 1095 to 1106 in c7ce69f
The proper fix is to check if we're going through the cargo run
entrypoint instead of x.py, and if so, download rustfmt from the nightly toolchain listed in src/stage0.json
:
Lines 8 to 11 in c7ce69f
Ideally we would eventually be able to move this into rustup, but that requires not only for rustup to add and release this feature, but also for all contributors to start using it. It shouldn't be too much extra work for bootstrap to do it itself in the meantime.