You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when you run rustup-setup on a fresh machine, it automatically installs the stable toolchain. If the user knows they are not going to be using stable, this is a waste of time and bandwidth. rustup-setup should take some sort of option to tell it which toolchain to install.
The text was updated successfully, but these errors were encountered:
Right now when you run
rustup-setup
on a fresh machine, it automatically installs the stable toolchain. If the user knows they are not going to be using stable, this is a waste of time and bandwidth.rustup-setup
should take some sort of option to tell it which toolchain to install.The text was updated successfully, but these errors were encountered: