rustup-target修改工具链支持的目标平台。 如果不使用
--toolchain选项,rustup会使用默认工具链。更多信息请参见rustup help toolchain。 更多信息:https://rust-lang.github.io/rustup.
rustup target add --toolchain {{工具链}} {{目标}}
rustup target remove --toolchain {{工具链}} {{目标}}
rustup target list --toolchain {{工具链}}
rustup target list --toolchain {{工具链}} --installed