Skip to content

Commit ba809ff

Browse files
onur-ozkantshepang
authored andcommitted
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 <[email protected]>
1 parent 472188e commit ba809ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/building/bootstrapping.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ This is an incomplete reference for the outputs generated by bootstrap:
449449

450450
`--stage=2` stops here.
451451

452-
### Clarification of build command's stdout
452+
## Clarification of build command's stdout
453453

454454
In this part, we will investigate the build command's stdout in an action
455455
(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)
468468
Building rustdoc for stage1 (x86_64-unknown-linux-gnu)
469469
```
470470

471-
#### Building stage0 {std,compiler} artifacts
471+
### Building stage0 {std,compiler} artifacts
472472

473473
These steps use the provided (downloaded, usually) compiler to compile the
474474
local Rust source into libraries we can use.
475475

476-
#### Copying stage0 {std,rustc}
476+
### Copying stage0 {std,rustc}
477477

478478
This copies the library and compiler artifacts from Cargo into
479479
`stage0-sysroot/lib/rustlib/{target-triple}/lib`
480480

481-
#### Assembling stage1 compiler
481+
### Assembling stage1 compiler
482482

483483
This copies the libraries we built in "building stage0 ... artifacts" into
484484
the stage1 compiler's lib directory. These are the host libraries that the

0 commit comments

Comments
 (0)