Skip to content

Commit a85aed0

Browse files
jyn514Joshua Nelson
authored andcommitted
Fix other library commands
1 parent b3b8f0a commit a85aed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/how-to-build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ build. The **full** `rustc` build (what you get if you say `./x.py build
178178
- Build only the core and `proc_macro` libraries
179179

180180
```bash
181-
./x.py build library/core library/proc_macro
181+
./x.py build --stage 0 library/core library/proc_macro
182182
```
183183

184184
Sometimes you might just want to test if the part you’re working on can

0 commit comments

Comments
 (0)