summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-09-10 23:50:12 -0400
committerJoshua Nelson <joshua@yottadb.com>2020-09-10 23:56:41 -0400
commit69299dc0699a462e375e4e4a1bfcaca2b828e038 (patch)
treec66479871e2444d6cc315e85c78d49cc1ef3772e /src/doc/rustc-dev-guide
parent917a1a0658f4c40acf2415bf83dcb02fd28278f8 (diff)
downloadrust-69299dc0699a462e375e4e4a1bfcaca2b828e038.tar.gz
rust-69299dc0699a462e375e4e4a1bfcaca2b828e038.zip
Fix other library commands
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
index 07c8ed06973..177fa20d208 100644
--- a/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
@@ -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
 
 ```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 you’re working on can