Skip to content

Commit 6c5185d

Browse files
committed
save
Signed-off-by: ozkanonur <[email protected]>
1 parent 4cddb0b commit 6c5185d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/building/bootstrapping.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<!-- toc -->
44

5-
65
[*Bootstrapping*][boot] is the process of using a compiler to compile itself.
76
More accurately, it means using an older compiler to compile a newer version
87
of the same compiler.
@@ -16,6 +15,11 @@ version.
1615
This is exactly how `x.py` works: it downloads the current beta release of
1716
rustc, then uses it to compile the new compiler.
1817

18+
Note that this documentation mostly covers user-face informations. See
19+
[bootstrap/README.md][bootstrap-internals] to read bootstrap internals.
20+
21+
[bootstrap-internals]: https://github.com/rust-lang/rust/blob/master/src/bootstrap/README.md
22+
1923
## Stages of bootstrapping
2024

2125
Compiling `rustc` is done in stages. Here's a diagram, adapted from Joshua Nelson's

0 commit comments

Comments
 (0)