Skip to content

Commit 30063ae

Browse files
authored
Shorten the line
Shorten the line to make tidy happy.
1 parent 1dae60e commit 30063ae

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/librustc_codegen_llvm/back/link.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,8 @@ 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, VS 2015 or VS 2017 was installed \
820-
with the Visual C++ option");
819+
sess.note_without_error("please ensure that VS 2013, VS 2015 or VS 2017 \
820+
was installed with the Visual C++ option");
821821
}
822822
sess.abort_if_errors();
823823
}

0 commit comments

Comments
 (0)