@@ -419,7 +419,7 @@ toolchain] use the GNU build.
419
419
420
420
When targeting the MSVC ABI, Rust additionally requires an [ installation
421
421
of Visual Studio 2013 (or later) or the Visual C++ Build Tools
422
- 2015 ] [ vs ] so rustc can use its linker. For Visual Studio, make sure to
422
+ 2019 ] [ vs ] so rustc can use its linker. For Visual Studio, make sure to
423
423
check the "C++ tools" option. No additional software installation is
424
424
necessary for basic use of the GNU build.
425
425
@@ -465,7 +465,7 @@ $ rustup target add i686-pc-windows-gnu
465
465
```
466
466
467
467
[ ABIs ] : https://en.wikipedia.org/wiki/Application_binary_interface
468
- [ Visual Studio ] : https://visualstudio.microsoft.com/
468
+ [ Visual Studio ] : https://visualstudio.microsoft.com/downloads/
469
469
[ GCC toolchain ] : https://gcc.gnu.org/
470
470
[ MinGW/MSYS2 toolchain ] : https://msys2.github.io/
471
471
@@ -649,7 +649,7 @@ platform of your choice:
649
649
- [ i686-apple-darwin] ( https://static.rust-lang.org/rustup/dist/i686-apple-darwin/rustup-init )
650
650
- [ i686-linux-android] ( https://static.rust-lang.org/rustup/dist/i686-linux-android/rustup-init )
651
651
- [ i686-pc-windows-gnu] ( https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe )
652
- - [ i686-pc-windows-msvc] ( https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe ) <sup >[ †] ( #vs2015 ) </sup >
652
+ - [ i686-pc-windows-msvc] ( https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe ) <sup >[ †] ( #vs2019 ) </sup >
653
653
- [ i686-unknown-linux-gnu] ( https://static.rust-lang.org/rustup/dist/i686-unknown-linux-gnu/rustup-init )
654
654
- [ mips-unknown-linux-gnu] ( https://static.rust-lang.org/rustup/dist/mips-unknown-linux-gnu/rustup-init )
655
655
- [ mips64-unknown-linux-gnuabi64] ( https://static.rust-lang.org/rustup/dist/mips64-unknown-linux-gnuabi64/rustup-init )
@@ -662,14 +662,14 @@ platform of your choice:
662
662
- [ x86_64-apple-darwin] ( https://static.rust-lang.org/rustup/dist/x86_64-apple-darwin/rustup-init )
663
663
- [ x86_64-linux-android] ( https://static.rust-lang.org/rustup/dist/x86_64-linux-android/rustup-init )
664
664
- [ x86_64-pc-windows-gnu] ( https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe )
665
- - [ x86_64-pc-windows-msvc] ( https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe ) <sup >[ †] ( #vs2015 ) </sup >
665
+ - [ x86_64-pc-windows-msvc] ( https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe ) <sup >[ †] ( #vs2019 ) </sup >
666
666
- [ x86_64-unknown-freebsd] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-freebsd/rustup-init )
667
667
- [ x86_64-unknown-linux-gnu] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init )
668
668
- [ x86_64-unknown-netbsd] ( https://static.rust-lang.org/rustup/dist/x86_64-unknown-netbsd/rustup-init )
669
669
670
- <a name =" vs2015 " >†</a >
670
+ <a name =" vs2019 " >†</a >
671
671
MSVC builds of ` rustup ` additionally require an [ installation of
672
- Visual Studio 2015 or the Visual C++ Build Tools 2015 ] [ vs ] . For
672
+ Visual Studio 2019 or the Visual C++ Build Tools 2019 ] [ vs ] . For
673
673
Visual Studio, make sure to check the "C++ tools" option. No
674
674
additional software installation is necessary for basic use of
675
675
the GNU build.
0 commit comments