impl review suggestion
See https://github.com/rust-lang/rustc-dev-guide/pull/1605#discussion_r1110388310
This commit is contained in:
parent
64f1af18f5
commit
6f536e44bc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue