Skip to content

Commit f42f41b

Browse files
committed
Link directly to the section on --keep-stage
1 parent 0bd5bd1 commit f42f41b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ is what you need to build other Rust programs (unless you use `#![no_std]` or
152152

153153
You will probably find that building the stage1 `std` is a bottleneck for you,
154154
but fear not, there is a (hacky) workaround...
155-
see [the section on "recommended workflows"](./suggested.md) below.
155+
see [the section on "recommended workflows"][keep-stage] below.
156+
157+
[keep-stage]: ./suggested.md#incremental-builds-with---keep-stage
156158

157159
Note that this whole command just gives you a subset of the full `rustc`
158160
build. The **full** `rustc` build (what you get with `./x.py build

0 commit comments

Comments
 (0)