about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorozkanonur <work@onurozkan.dev>2023-01-31 23:40:06 +0300
committerTshepang Mbambo <tshepang@gmail.com>2023-01-31 22:57:27 +0200
commit0ea3ec8a277e0bcb16eda111d01101bbb6736cce (patch)
treeae9241a7a22f78127bfd0283a79f911e36c13a76 /src/doc/rustc-dev-guide
parent2f8b873f07018872a08a62d276dab2f0503e3856 (diff)
downloadrust-0ea3ec8a277e0bcb16eda111d01101bbb6736cce.tar.gz
rust-0ea3ec8a277e0bcb16eda111d01101bbb6736cce.zip
fix incorrect position of topic
Right now "Clarification of build command's stdout" topic
shows up under the "Environment Variables" which is not correct.
This commit aims to fix this problem.

Signed-off-by: ozkanonur <work@onurozkan.dev>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/bootstrapping.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
index 700629d5ef1..2103a33f59d 100644
--- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md
+++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
@@ -449,7 +449,7 @@ This is an incomplete reference for the outputs generated by bootstrap:
 
 `--stage=2` stops here.
 
-### Clarification of build command's stdout
+## Clarification of build command's stdout
 
 In this part, we will investigate the build command's stdout in an action
 (similar, but more detailed and complete documentation compare to topic above).
@@ -468,17 +468,17 @@ Building stage1 tool rust-analyzer-proc-macro-srv (x86_64-unknown-linux-gnu)
 Building rustdoc for stage1 (x86_64-unknown-linux-gnu)
 ```
 
-#### Building stage0 {std,compiler} artifacts
+### Building stage0 {std,compiler} artifacts
 
 These steps use the provided (downloaded, usually) compiler to compile the
 local Rust source into libraries we can use.
 
-#### Copying stage0 {std,rustc}
+### Copying stage0 {std,rustc}
 
 This copies the library and compiler artifacts from Cargo into
 `stage0-sysroot/lib/rustlib/{target-triple}/lib`
 
-#### Assembling stage1 compiler
+### Assembling stage1 compiler
 
 This copies the libraries we built in "building stage0 ... artifacts" into
 the stage1 compiler's lib directory. These are the host libraries that the