Open
Description
The typical reason to download nightly rustc in ./x
is to build the standard library. That only needs rustc + std. However, bootstrap currently also downloads rustc-dev. To minimize download time, mobile data usage, and disk space consumption, it'd be nice to avoid the download when it is not needed.
Cc @onur-ozkan