diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2021-11-09 19:24:35 -0800 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2021-11-09 21:46:27 -0600 |
| commit | dcb592a051eaaa5ee9583b2df116b8e251ae6c5d (patch) | |
| tree | 315e10582f5368ac5e506ceb2f08c0d402642534 /src/doc | |
| parent | bc3e28ef2fc1140756e6063f0d8e5d032b4580c1 (diff) | |
| download | rust-dcb592a051eaaa5ee9583b2df116b8e251ae6c5d.tar.gz rust-dcb592a051eaaa5ee9583b2df116b8e251ae6c5d.zip | |
Fix broken link in "Bootstrapping"
The italics added in #1239 broke the implicitly-resolved link.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md index b6f9db74ccb..e4dcc5ab2fa 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md @@ -3,7 +3,7 @@ <!-- toc --> -[*Bootstrapping*] is the process of using a compiler to compile itself. +[*Bootstrapping*][boot] is the process of using a compiler to compile itself. More accurately, it means using an older compiler to compile a newer version of the same compiler. @@ -101,7 +101,7 @@ _break the stability guarantees_ of rust: Allow using `#![feature(...)]` with a compiler that's not nightly. This should never be used except when bootstrapping the compiler. -[Bootstrapping]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers) +[boot]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers) [intrinsics]: ../appendix/glossary.md#intrinsic [ocaml-compiler]: https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot |
