File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33<!-- toc -->
44
55
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.
77More accurately, it means using an older compiler to compile a newer version
88of the same compiler.
99
@@ -101,7 +101,7 @@ _break the stability guarantees_ of rust: Allow using `#![feature(...)]` with
101101a compiler that's not nightly. This should never be used except when
102102bootstrapping the compiler.
103103
104- [ Bootstrapping ] : https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
104+ [ boot ] : https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
105105[ intrinsics ] : ../appendix/glossary.md#intrinsic
106106[ ocaml-compiler ] : https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot
107107
You can’t perform that action at this time.
0 commit comments