The problem
So i was trying to install Rust & Cargo in my school computer but have no admin perms in User; is possible to install Rust just in the local user in my machine that is Windows 10 and if is possible how i do that
My try
I tried to install via visual studio community by the file rustup-init.exe 64 bits i get it from
edit: even if i proceed with the 3 method i still will needs the vs community tools to proceed
cargo build
Compiling Project v0.1.0 (C:\Users\USER\Downloads\Rust project\Project)
error: linker `link.exe` not found
|
= note: program not found
note: the msvc targets depend on the msvc linker but `link.exe` was not found
note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.
note: VS Code is a different product, and is not sufficient.
error: could not compile `Project` (bin "Project") due to 1 previous error