about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorJoel Daniel Rico <joeldanielrico@gmail.com>2024-08-05 00:29:28 -0700
committerJoel Daniel Rico <joeldanielrico@gmail.com>2024-08-05 00:59:05 -0700
commitb6b4e1a9c5bfa009f46a9ab9239df4fcffe271eb (patch)
treebe505ef0bb311e49ed52f091ac46a905f4d0e2b7 /src/tools/rust-analyzer/docs
parent13f0a021d6a011045537b0b89def4a9d06200296 (diff)
downloadrust-b6b4e1a9c5bfa009f46a9ab9239df4fcffe271eb.tar.gz
rust-b6b4e1a9c5bfa009f46a9ab9239df4fcffe271eb.zip
add msvc note to manual
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-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.