You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Rust via rustup on a clean Windows 7 x64, rustc and cargo can't be executed because msvcr120.dll is missing. Rustup reports successful install.
After installing Visual C++ Redistributable Package for Visual Studio 2013 (x64) rustc and cargo start working.
Rustup probably should install the runtime package automatically.