rustup toolchain
all
Manage Rust toolchains. See `rustup help toolchain` for more information about toolchains.
More info →Examples (4)
Install or update a given toolchain
rustup toolchain install toolchainUninstall a toolchain
rustup toolchain uninstall toolchainList installed toolchains
rustup toolchain listCreate a custom toolchain by symlinking to a directory
rustup toolchain link custom_toolchain_name path/to/directorymade by @shridhargupta | data from tldr-pages