Skip to content

Commit ebdb584

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ 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"](./suggested.md#incremental-builds-with---keep-stage) below.
156156

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

0 commit comments

Comments
 (0)