People say "fighting the borrow checker" and "getting #Rust to compile" were a pain.
Ok, but HAVE YOU ALREADY TRIED TO BUILD A C++ PROJECT ON WINDOWS!?
You'll probably die trying.
I've tried with VS tools and MSys tools:
- VS build tools: it compiled successfully (but only the previous version of the project, not the latest one), and the executable is 10x slower(!) than on Linux (config: Release)
- MSys: compile fail at 45%
