I am getting link.exe not found issue , is there anything more i have to install?
PS C:\Users\parik> cargo new test2 Created binary (application)
test2
project PS C:\Users\parik> cargo build error: could not findCargo.toml
inC:\Users\parik
or any parent directory PS C:\Users\parik> cd test2 PS C:\Users\parik\test2> cargo build Compiling test2 v0.1.0 (C:\Users\parik\test2) error: linkerlink.exe
not found | = note: The system cannot find the file specified. (os error 2)note: the msvc targets depend on the msvc linker but
link.exe
was not foundnote: please ensure that VS 2013, VS 2015 or VS 2017 was installed with the Visual C++ option
error: aborting due to previous error
error: Could not compile
test2
.
note: please ensure that VS 2013, VS 2015 or VS 2017 was installed with the Visual C++ option
– hellow