当我运行rustup doc --book时,我得到这样的结果: Access to the file was denied.The file at file:///home/ken/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/share/doc/rust/html/index.html
我已经安装了rust扩展并在Tools>Rust中打开了Rust project.Now,我应该在哪里找到rustup.exe file.Actually我在.cargo>bin文件夹中找到了rustup.exe,但我不认为是这个,我补充说,但VS2017给出的信息是“无法启动rls:rustup is not installed or not the path".Also如果我想要稳定的工具链,我应该在工具链部分添加什么
beta工具链已与rustup install beta一起成功安装。can't find crate for `core` = note: the `i686-pc-windows-msvc` target may not be installed
我试着运行rustuptarget add i686-pc-windows-msvc来解决这个问题,但是没有帮助;rustup target list甚至显示它为“已安装”。