Fix other library commands

This commit is contained in:
Joshua Nelson 2020-09-10 23:50:12 -04:00 committed by Joshua Nelson
parent 86e02cda81
commit 81f52ce0db
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ build. The **full** `rustc` build (what you get if you say `./x.py build
- Build only the core and `proc_macro` libraries - Build only the core and `proc_macro` libraries
```bash ```bash
./x.py build library/core library/proc_macro ./x.py build --stage 0 library/core library/proc_macro
``` ```
Sometimes you might just want to test if the part youre working on can Sometimes you might just want to test if the part youre working on can