Skip to content

Commit 56fe166

Browse files
committed
Auto merge of rust-lang#17793 - jjoeldaniel:msvc-docs, r=Veykril
docs: add msvc note to manual Added note for Windows users to have the latest MSVC to minimize setup issues. Closes rust-lang#4870
2 parents 78dea24 + b6b4e1a commit 56fe166

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/rust-analyzer/docs/user/manual.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
203203
$ brew install rust-analyzer
204204
----
205205

206+
==== Windows
207+
208+
It is recommended to install the latest Microsoft Visual C++ Redistributable prior to installation.
209+
Download links can be found
210+
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist[here].
211+
206212
=== VS Code or VSCodium in Flatpak
207213

208214
Setting up `rust-analyzer` with a Flatpak version of Code is not trivial because of the Flatpak sandbox.

0 commit comments

Comments
 (0)