diff options
| author | Joshua Nelson <github@jyn.dev> | 2022-11-27 00:31:11 -0500 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-11-28 19:00:24 -0800 |
| commit | d89b81debc6ec4348f7cb36e70e3115f868b4fdf (patch) | |
| tree | eb36d3782fa03887e8e5dba246cbf61822581262 /src/doc/rustc-dev-guide | |
| parent | c5118a47d35fbb54bc18bb153898e9ba55616efe (diff) | |
| download | rust-d89b81debc6ec4348f7cb36e70e3115f868b4fdf.tar.gz rust-d89b81debc6ec4348f7cb36e70e3115f868b4fdf.zip | |
Fix broken link
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md | 2 |
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 934254619a7..46d4b9c046e 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 @@ -154,7 +154,7 @@ You will probably find that building the stage1 `std` is a bottleneck for you, but fear not, there is a (hacky) workaround... see [the section on avoiding rebuilds for std][keep-stage]. -[keep-stage]: ./suggested.md#incremental-builds-with---keep-stage +[keep-stage]: ./suggested.md#faster-builds-with---keep-stage Note that this whole command just gives you a subset of the full `rustc` build. The **full** `rustc` build (what you get with `./x.py build |
