rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

rustup Windows download link is old or broken #1049

Open ncoish opened 6 years ago

ncoish commented 6 years ago

The link to install rustup on this page: https://www.rust-lang.org/en-US/install.html (https://win.rustup.rs/), points to a version of rustup that is significantly smaller than the one downloaded directly from rustup.rs (https://win.rustup.rs/x86_64).

I assume this is the rustup site automatically detecting that I am on a 64-bit OS, while the rust-lang link does no such detection and is trying to give me the 32-bit rustup. This would be okay, except the rustup downloaded from rust-lang prompts a warning from Windows Defender, and when run, displays chunks of missing information at the terminal, as shown in the image below:

image