diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2022-08-27 06:24:54 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-08-27 06:25:51 +0200 |
| commit | b08631e87f8a44a4d077b53ffa5944fe593bbccd (patch) | |
| tree | 42cc558a674e0e6951b96878288d54b7c1eb528c /src/doc/rustc-dev-guide | |
| parent | c8c183e684218ffbf4e46467e470eddf6fdfa53d (diff) | |
| download | rust-b08631e87f8a44a4d077b53ffa5944fe593bbccd.tar.gz rust-b08631e87f8a44a4d077b53ffa5944fe593bbccd.zip | |
typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/prerequisites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/prerequisites.md b/src/doc/rustc-dev-guide/src/building/prerequisites.md index 947e49c5fab..0783e82ee98 100644 --- a/src/doc/rustc-dev-guide/src/building/prerequisites.md +++ b/src/doc/rustc-dev-guide/src/building/prerequisites.md @@ -12,7 +12,7 @@ Before building the compiler, you need the following things installed: If building LLVM from source (the default), you'll need additional tools: -* `g++`, `clang++`, or MSVC with version listed on <!-- date-check: Aug 2022 --> +* `g++`, `clang++`, or MSVC with versions listed on <!-- date-check: Aug 2022 --> [LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library) * `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows) * `cmake` 3.13.4 or later |
