Visual Studio是肯定装了的,在CLion之外用cargo build --target x86_64-pc-windows-msvc编译没有任何问题。
Experimental feature: Debugger for the Microsoft Visual C++ toolchain
https://blog.jetbrains.com/clion/2019/06/clion-2019-2-eap-msvc-debugger-unused-includes-check-and-more/
Rust的std源码也是安装了的,用rustup component add rust-src会有提示已经安装了。
https://github.com/rust-lang/rls/issues/227
vscode的错误信息:
Unable to open 'mod.rs': Unable to read file 'c:\rustc\b8cedc00407a4c56a3bda1ed605c6fc166655447\src\libcore\convert\mod.rs' (Error: Unable to resolve non-existing file 'c:\rustc\b8cedc00407a4c56a3bda1ed605c6fc166655447\src\libcore\convert\mod.rs').
实际上这个文件在 C:\Users\happy\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\src\rust\src\libcore\convert\mod.rs
要建立符号链接
【 在 dhcn 的大作中提到: 】
: 如果是windows上的MSVC 是需要装visual studio。
: Jetbrains的rust其实语言本身的东西非常少,Rust本身还是靠自己安装。
--
修改:z16166 FROM 123.115.131.*
FROM 123.115.131.*