-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
rustup show
, list toolchains
, default
1. Change the output format of `rustup show`, to be in a more logical order and have more pleasing formatting 2. Update the formatting of `rustup show active-toolchain` and `rustup toolchain list` to match the new `rustup show` format. 3. `rustup +nightly show` will no longer install the nightly toolchain if it isn't already installed. Ditto for `rustup show active-toolchain`. 4. Fix a bug where the RUSTUP_TOOLCHAIN environment variable took priority over the +toolchain command line option, and add a test for override priority. 5. `rustup default` no longer errors when there is no default toolchain configured, it prints a message instead. 6. Update the docs, and fix an issue where they incorrectly stated that `rust-toolchain.toml` config files couldn't specify custom names. (Text last touched here, see commit message: 7bfbd3b)
- Loading branch information
Showing
9 changed files
with
714 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.