Skip to content

Commit 1dae60e

Browse files
authored
Include VS 2017 in error message.
Update error prompt message to indicate that VS 2017 is supported (for a while now).
1 parent a22bcd8 commit 1dae60e

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_codegen_llvm/back

1 file changed

+1
-1
lines changed

src/librustc_codegen_llvm/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ fn link_natively(sess: &Session,
816816
if sess.target.target.options.is_like_msvc && linker_not_found {
817817
sess.note_without_error("the msvc targets depend on the msvc linker \
818818
but `link.exe` was not found");
819-
sess.note_without_error("please ensure that VS 2013 or VS 2015 was installed \
819+
sess.note_without_error("please ensure that VS 2013, VS 2015 or VS 2017 was installed \
820820
with the Visual C++ option");
821821
}
822822
sess.abort_if_errors();

0 commit comments

Comments
 (0)