Modify a toolchain’s installed components. Without the
--toolchain
optionrustup
will use the default toolchain. Seerustup help toolchain
for more information about toolchains. More information: https://rust-lang.github.io/rustup.
rustup component add --toolchain toolchain component
rustup component remove --toolchain toolchain component
rustup component list --toolchain toolchain
rustup component list --toolchain toolchain --installed