Add VS 2022 into error message

This commit is contained in:
theidexisted 2022-01-22 17:52:54 +08:00 committed by GitHub
parent ecf72996ed
commit 7529c89bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -932,7 +932,7 @@ fn is_illegal_instruction(_status: &ExitStatus) -> bool {
but `link.exe` was not found",
);
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",
);
}