Rust,linker but `link.exe` was not found

the msvc targets depend on the msvc linker but `link.exe` was not found

这是提示未安装vs studio c++组件,由于vsstudio组件较大,可以选择安装gnu的,具体如下:

命令行执行下边指令

  1. rustup toolchain install stable-x86_64-pc-windows-gnu
  2. rustup default stable-x86_64-pc-windows-gnu
posted @ 2023-10-20 21:32  HDie  阅读(206)  评论(0)    收藏  举报