Closed
Description
Support for the Visual Studio 2017 linker was added with PR #38584, and I guess that rustc
now works either with the Community or the Professional or the Enterprise releases (see comparison here). However that PR does not cover Visual Studio Express 2017, whose linker is located at c:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Tools\MSVC\14.12.25827\bin\Hostx86\x64\link.exe
.
In order for rustc
to find the Visual Studio Express 2017 linker I need to run c:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\VC\Auxiliary\Build\vcvarsx86_amd64.bat
.
I'm on Windows 7, running rustc
version 1.28.0 (stable).