rustup [toolchain]
The Rust toolchain installer
Arguments
Name | Description |
---|---|
toolchain | Release channel (e.g. +stable) or custom toolchain to set override |
Subcommands
Name | Description |
---|---|
show | Show the active and installed toolchains or profiles |
update | Update Rust toolchains and rustup |
check | Check for updates to Rust toolchains and rustup |
default | Sets the default toolchain to the one specified. If the toolchain is not already installed then it is installed first |
target | Modify a toolchain's supported targets |
toolchain | Modify or query the installed toolchains |
component | Modify a toolchain's installed components |
override | Modify directory toolchain overrides |
run | Run a command with an environment configured for a given toolchain |
which | Display which binary will be run for a given command |
doc | Open the documentation for the current toolchain |
man | View the man page for a given command |
self | Modify the rustup installation |
set | Alter rustup settings |
completions | Generate tab-completion scripts for your shell |
help | Prints this message or the help of the given subcommand(s) |
Options
Name | Description |
---|---|
-h, --help | Prints help information |
-V, --version | Prints version information |
-q, --quiet | Disable progress output |
-v, --verbose | Enable verbose output |