Fix incorrect docs about stages
`build library/core` builds the compiler, not just the standard library.
This commit is contained in:
parent
0b58331de0
commit
b3b8f0ad6c
|
|
@ -172,7 +172,7 @@ build. The **full** `rustc` build (what you get if you say `./x.py build
|
||||||
- Build only the core library
|
- Build only the core library
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./x.py build library/core
|
./x.py build --stage 0 library/core
|
||||||
```
|
```
|
||||||
|
|
||||||
- Build only the core and `proc_macro` libraries
|
- Build only the core and `proc_macro` libraries
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue