commands.sh

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

Uninstall a toolchain

rustup toolchain uninstall toolchain

List installed toolchains

Create a custom toolchain by symlinking to a directory

rustup toolchain link custom_toolchain_name path/to/directory
made by @shridhargupta | data from tldr-pages