Problem you are trying to solve
the docs still state that VS 2022 is the latest version:
|
Rust supports Visual Studio 2017 and later but it is recommended that you use the latest version (currently 2022) for new projects. |
however, VS 2026 has been out for a while now (since november 2025)
i couldn't find any info anywhere on the rust website about the compatibility of rust & VS 2026 (and, admittedly, didn't try it yet - i have VS 2022 installed, after all)
Solution you'd like
the docs are updated for VS 2026. either everything already works with VS 2026, then it's probably enough to just swap out 2022 for 2026 everywhere, otherwise a comment should be added with a link to a tracking issue for full VS 2026 support (though i didn't find any such issue)
Notes
No response
Problem you are trying to solve
the docs still state that VS 2022 is the latest version:
rustup/doc/user-guide/src/installation/windows-msvc.md
Line 57 in 9a342e3
however, VS 2026 has been out for a while now (since november 2025)
i couldn't find any info anywhere on the rust website about the compatibility of rust & VS 2026 (and, admittedly, didn't try it yet - i have VS 2022 installed, after all)
Solution you'd like
the docs are updated for VS 2026. either everything already works with VS 2026, then it's probably enough to just swap out 2022 for 2026 everywhere, otherwise a comment should be added with a link to a tracking issue for full VS 2026 support (though i didn't find any such issue)
Notes
No response