We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c183e commit b08631eCopy full SHA for b08631e
src/doc/rustc-dev-guide/src/building/prerequisites.md
@@ -12,7 +12,7 @@ Before building the compiler, you need the following things installed:
12
13
If building LLVM from source (the default), you'll need additional tools:
14
15
-* `g++`, `clang++`, or MSVC with version listed on <!-- date-check: Aug 2022 -->
+* `g++`, `clang++`, or MSVC with versions listed on <!-- date-check: Aug 2022 -->
16
[LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library)
17
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
18
* `cmake` 3.13.4 or later
0 commit comments