Add VS 2022 into error message
This commit is contained in:
parent
ecf72996ed
commit
7529c89bce
@ -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",
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user