Skip to content
On this page

环境搭建

Windows离线安装Rust 在线安装 执行官网 RUST-init.exe

安装: Alt text

安装问题

Rust报错:the msvc targets depend on the msvc linker but link.exe was not found

shell
rustup uninstall toolchain stable-x86_64-pc-windows-msvc
rustup toolchain install stable-x86_64-pc-windows-gnu
rustup default stable-x86_64-pc-windows-gnu