Hacker News new | ask | show | jobs
by unionpivo 2448 days ago
That is exactly what happens. And it happens with any new executable. I noticed it when i was trying out how well rust works on windows.
2 comments

Seems bizarre. If I build 30 .NET binaries a day while building and testing a new feature, I guess all 30 get uploaded to MS and tested. And the same for all of the other developers doing the same sort of thing around the world. I wonder how often their test cluster goes down in flames while some C++ developer somewhere is trying to fix a memory access bug.
I couldn't even get Rust to install on Windows!
rustup is your friend. install that, and then rust with rustup.

Edit: forgot link: https://rustup.rs/

What did you run into? Did you file a bug? That’d be helpful! I use Rust on Windows every day, though that means I’m not often re-installing it...