We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--keep-stage
1 parent 0bd5bd1 commit f42f41bCopy full SHA for f42f41b
src/building/how-to-build-and-run.md
@@ -152,7 +152,9 @@ is what you need to build other Rust programs (unless you use `#![no_std]` or
152
153
You will probably find that building the stage1 `std` is a bottleneck for you,
154
but fear not, there is a (hacky) workaround...
155
-see [the section on "recommended workflows"](./suggested.md) below.
+see [the section on "recommended workflows"][keep-stage] below.
156
+
157
+[keep-stage]: ./suggested.md#incremental-builds-with---keep-stage
158
159
Note that this whole command just gives you a subset of the full `rustc`
160
build. The **full** `rustc` build (what you get with `./x.py build
0 commit comments