Using "msvcup" to compile Rust programs on Windows (opens in new tab)
I'm mostly writing this here for my future self.As you know, you kind of need a complete C compiler toolchain installed in order to build Rust apps. You don't usually need to interact with it directly, but it has to be there, and cargo/rustc needs to know where it is.<b
Read the original article