Rust was working fine last night. This morning I’m getting this:
“The code execution cannot proceed because MSVCR90.dll was not found. Reinstalling the program may fix this problem.”
C:\>rustup show
Default host: x86_64-pc-windows-msvc
installed toolchains
--------------------
stable-i686-pc-windows-msvc
stable-x86_64-pc-windows-msvc
nightly-i686-pc-windows-msvc (default)
nightly-x86_64-pc-windows-msvc
active toolchain
----------------
nightly-i686-pc-windows-msvc (default)
rustc 1.26.0-nightly (bedbad611 2018-02-26)
I switched to 32-bit stable and I’m getting the same error there.
64-bit stable is getting a link error, so not helpful in diagnosing this problem.