Rollup merge of #93192 - theidexisted:patch-1, r=wesleywiser
Add VS 2022 into error message
This commit is contained in:
commit
cee571e606
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
|
||||||
but `link.exe` was not found",
|
but `link.exe` was not found",
|
||||||
);
|
);
|
||||||
sess.note_without_error(
|
sess.note_without_error(
|
||||||
"please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 \
|
"please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
|
||||||
was installed with the Visual C++ option",
|
was installed with the Visual C++ option",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue