rustup toolchain

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

rustup install {{toolchain}}

rustup uninstall {{toolchain}}

rustup list

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