File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<!-- toc -->
4
4
5
5
6
- [ * Bootstrapping* ] is the process of using a compiler to compile itself.
6
+ [ * Bootstrapping* ] [ boot ] is the process of using a compiler to compile itself.
7
7
More accurately, it means using an older compiler to compile a newer version
8
8
of the same compiler.
9
9
@@ -101,7 +101,7 @@ _break the stability guarantees_ of rust: Allow using `#![feature(...)]` with
101
101
a compiler that's not nightly. This should never be used except when
102
102
bootstrapping the compiler.
103
103
104
- [ Bootstrapping ] : https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
104
+ [ boot ] : https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
105
105
[ intrinsics ] : ../appendix/glossary.md#intrinsic
106
106
[ ocaml-compiler ] : https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot
107
107
You can’t perform that action at this time.
0 commit comments