Fix incorrect docs about stages

`build library/core` builds the compiler, not just the standard library.
This commit is contained in:
Joshua Nelson 2020-09-10 18:29:08 -04:00 committed by Joshua Nelson
parent f0d769ea49
commit 86e02cda81
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ build. The **full** `rustc` build (what you get if you say `./x.py build
- Build only the core library
```bash
./x.py build library/core
./x.py build --stage 0 library/core
```
- Build only the core and `proc_macro` libraries