rustup toolchain

Manage Rust toolchains. See rustup help toolchain for more information about toolchains. More information: https://rust-lang.github.io/rustup.

rustup toolchain install {{toolchain}}

rustup toolchain uninstall {{toolchain}}

rustup toolchain list

rustup toolchain link {{custom_toolchain_name}} {{path/to/directory}}