summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-11-30 18:08:17 -0500
committerGitHub <noreply@github.com>2020-11-30 20:08:17 -0300
commit0cf6b13c5424552fc8d372e499d989eccefb3c01 (patch)
treebf1db6efd6e39fe94b2e1d241fd921cd960777f1 /src/doc/rustc-dev-guide
parent7aadeecb5e18be35762632c221ff0f7dbcc7ffe0 (diff)
downloadrust-0cf6b13c5424552fc8d372e499d989eccefb3c01.tar.gz
rust-0cf6b13c5424552fc8d372e499d989eccefb3c01.zip
Move the bootstrapping section later in the guide (#975)
Now that `x.py build` works in most cases, I don't think we need to
teach people all the intricacies of bootstrap right away. This moves it
to the 'overview of the compiler' section instead.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 62081cd565d..fbeedbe1545 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -11,7 +11,6 @@
 - [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
     - [Prerequisites](./building/prerequisites.md)
     - [Suggested Workflows](./building/suggested.md)
-    - [Bootstrapping](./building/bootstrapping.md)
     - [Distribution artifacts](./building/build-install-distribution-artifacts.md)
     - [Documenting Compiler](./building/compiler-documenting.md)
     - [Rustdoc](./rustdoc.md)
@@ -53,6 +52,7 @@
 - [Prologue](./part-2-intro.md)
 - [Overview of the Compiler](./overview.md)
 - [The compiler source code](./compiler-src.md)
+- [Bootstrapping](./building/bootstrapping.md)
 - [Queries: demand-driven compilation](./query.md)
     - [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
     - [Incremental compilation](./queries/incremental-compilation.md)