-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Rust installation detected. You can download official Rust installer #303
Comments
Here is where installation paths that get checked are enumerated: VisualRust/src/VisualRust.Shared/Environment.cs Lines 84 to 102 in f005c24
VisualRust/src/VisualRust.Shared/Environment.cs Lines 115 to 125 in f005c24
Might just need to set CARGO_HOME appropriately. |
Same for me with rust 1.20 on Windows 10 64bit Visual Studio 2015. I have set CARGO_HOME to |
Ahh, sorry, I've just noticed that the logic is different in Visual Rust 1.2.0 - it doesn't support CARGO_HOME: https://github.com/PistonDevelopers/VisualRust/blob/0.1.2/VisualRust.Shared/Environment.cs Setting |
Latest installation for 2015
I have installed VS 2017 Pro and latest plugin. No install errors, but no templates in New Project. |
|
There's an unmerged pull request to fix the templates and other issues: #286 |
Any news on this Issue, I'm having the same problem, even after setting the |
Solution from this bug helped me.
Then run it by double-clicking on the file. |
I've installed visual rust 0.1.2, I have rustc.exe and some other files installed here: C:\Users\steve.cargo\bin
But when I try to build rust project in msvc 2015 I get this error:
C:\Program Files (x86)\MSBuild\VisualRust\VisualRust.Rust.targets(53,5): error : No Rust installation detected. You can download official Rust installer from https://www.rust-lang.org/downloads.html
How is the installation detected? How can I fix this?
The text was updated successfully, but these errors were encountered: