Skip to content

Commit 7529c89

Browse files
authored
Add VS 2022 into error message
1 parent ecf7299 commit 7529c89

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/back

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/back/link.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
932932
but `link.exe` was not found",
933933
);
934934
sess.note_without_error(
935-
"please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 \
935+
"please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
936936
was installed with the Visual C++ option",
937937
);
938938
}

0 commit comments

Comments
 (0)