diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-24 12:09:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 12:09:58 +0800 |
| commit | dd91e28085d3536b413d2a30a3bb07081d00a0e5 (patch) | |
| tree | e6f920da7bc4e4cf03a91d63b1f3e0a4fdf8a286 | |
| parent | cbcd28652a78e4d34dfa88ccc5ac40d386dbe567 (diff) | |
| parent | ee6a1598268e07cf1fbecc6ad1c2d5a5db593fb4 (diff) | |
| download | rust-dd91e28085d3536b413d2a30a3bb07081d00a0e5.tar.gz rust-dd91e28085d3536b413d2a30a3bb07081d00a0e5.zip | |
Merge pull request #2300 from chiichen/dev/master/correct-config-to-bootstrap
doc: fix reference to #create-a-configtoml
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/prerequisites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/prerequisites.md b/src/doc/rustc-dev-guide/src/building/prerequisites.md index f49f6bb0527..6761cabac1f 100644 --- a/src/doc/rustc-dev-guide/src/building/prerequisites.md +++ b/src/doc/rustc-dev-guide/src/building/prerequisites.md @@ -38,4 +38,4 @@ incremental compilation ([see here][config]). This will make compilation take longer (especially after a rebase), but will save a ton of space from the incremental caches. -[config]: ./how-to-build-and-run.md#create-a-configtoml +[config]: ./how-to-build-and-run.md#create-a-bootstraptoml |
