From c1d2f08dc73ca2eee541b5003c526c4aa0417210 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 4 Nov 2015 10:15:27 +0100 Subject: [PATCH 1/2] Mention that VS2013 is needed Fixes https://github.com/rust-lang/rust/issues/29479 --- downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.html b/downloads.html index 451e8549d..7c0963d33 100644 --- a/downloads.html +++ b/downloads.html @@ -184,7 +184,7 @@

Nightly  (1.6)

MSVC builds of Rust additionally require an - installation of Visual Studio + installation of Visual Studio 2013 so rustc can use its linker. No additional software installation is necessary for basic use of the GNU build.

From 3e51efe2fbb335929d34376709b517f389528c4b Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 4 Nov 2015 15:33:34 +0100 Subject: [PATCH 2/2] ... or later --- downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.html b/downloads.html index 7c0963d33..2550a2de4 100644 --- a/downloads.html +++ b/downloads.html @@ -184,7 +184,7 @@

Nightly  (1.6)

MSVC builds of Rust additionally require an - installation of Visual Studio 2013 + installation of Visual Studio 2013 (or later) so rustc can use its linker. No additional software installation is necessary for basic use of the GNU build.