Skip to content

Commit b3b8f0a

Browse files
jyn514Joshua Nelson
authored andcommitted
Fix incorrect docs about stages
`build library/core` builds the compiler, not just the standard library.
1 parent 0b58331 commit b3b8f0a

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
@@ -172,7 +172,7 @@ build. The **full** `rustc` build (what you get if you say `./x.py build
172172
- Build only the core library
173173

174174
```bash
175-
./x.py build library/core
175+
./x.py build --stage 0 library/core
176176
```
177177

178178
- Build only the core and `proc_macro` libraries

0 commit comments

Comments
 (0)