diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-18 05:02:29 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-18 05:04:44 +0200 |
| commit | a93cf5fb3079a3b55ca747799d3c64aeea7587b2 (patch) | |
| tree | ebf7deb43ded4154d991a523d9236fd629b75382 /src/doc/rustc-dev-guide | |
| parent | c5303db9329514c4bfb397dbf74a887407a95ba1 (diff) | |
| download | rust-a93cf5fb3079a3b55ca747799d3c64aeea7587b2.tar.gz rust-a93cf5fb3079a3b55ca747799d3c64aeea7587b2.zip | |
impl review suggestion
See https://github.com/rust-lang/rustc-dev-guide/pull/1605#discussion_r1110388310
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md index 16640ebb7c8..eb9bbff9cc4 100644 --- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md +++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md @@ -52,7 +52,7 @@ If you have already built `rustc` and you change settings related to LLVM, then execute `rm -rf build` for subsequent configuration changes to take effect. Note that `./x.py clean` will not cause a rebuild of LLVM. -## Building the Compiler +## Building the compiler Note that building will require a relatively large amount of storage space. You may want to have upwards of 10 or 15 gigabytes available to build the compiler. |
