Skip to content

Commit

Permalink
Include VS 2017 in error message.
Browse files Browse the repository at this point in the history
Update error prompt message to indicate that VS 2017 is supported (for a while now).
  • Loading branch information
crlf0710 authored Jul 4, 2018
1 parent a22bcd8 commit 1dae60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_llvm/back/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ fn link_natively(sess: &Session,
if sess.target.target.options.is_like_msvc && linker_not_found {
sess.note_without_error("the msvc targets depend on the msvc linker \
but `link.exe` was not found");
sess.note_without_error("please ensure that VS 2013 or VS 2015 was installed \
sess.note_without_error("please ensure that VS 2013, VS 2015 or VS 2017 was installed \
with the Visual C++ option");
}
sess.abort_if_errors();
Expand Down

0 comments on commit 1dae60e

Please sign in to comment.