about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/user
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-05 12:17:25 +0000
committerbors <bors@rust-lang.org>2024-08-05 12:17:25 +0000
commit56fe1660286720da80d40d4c75a7db93f747303e (patch)
tree60f23c37e18592625da26477364a9efba72bf4e0 /src/tools/rust-analyzer/docs/user
parent78dea2465c5b8b4e63ac8c7f4a0e39345fa82410 (diff)
parentb6b4e1a9c5bfa009f46a9ab9239df4fcffe271eb (diff)
Auto merge of #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 #4870
Diffstat (limited to 'src/tools/rust-analyzer/docs/user')
-rw-r--r--src/tools/rust-analyzer/docs/user/manual.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/user/manual.adoc b/src/tools/rust-analyzer/docs/user/manual.adoc
index a1777209087..703ec66921c 100644
--- a/src/tools/rust-analyzer/docs/user/manual.adoc
+++ b/src/tools/rust-analyzer/docs/user/manual.adoc
@@ -203,6 +203,12 @@ The `rust-analyzer` binary can be installed via https://brew.sh/[Homebrew].
 $ brew install rust-analyzer
 ----
 
+==== Windows
+
+It is recommended to install the latest Microsoft Visual C++ Redistributable prior to installation.
+Download links can be found
+https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist[here].
+
 === VS Code or VSCodium in Flatpak
 
 Setting up `rust-analyzer` with a Flatpak version of Code is not trivial because of the Flatpak sandbox.