Skip to content

Commit af134d2

Browse files
jyn514camelid
authored andcommitted
Link directly to the section on --keep-stage
1 parent e85c4c4 commit af134d2

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 avoiding rebuilds for std][keep-stage].
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)