File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/building/bootstrapping Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ of the same compiler.
66
77This raises a chicken-and-egg paradox: where did the first compiler come from?
88It must have been written in a different language. In Rust's case it was
9- [ written in OCaml] [ ocaml-compiler ] . However it was abandoned long ago and the
10- only way to build a modern version of rustc is a slightly less modern
9+ [ written in OCaml] [ ocaml-compiler ] . However, it was abandoned long ago, and the
10+ only way to build a modern version of rustc is with a slightly less modern
1111version.
1212
1313This is exactly how ` x.py ` works: it downloads the current beta release of
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ the same compiler.
88
99This raises a chicken-and-egg paradox: where did the first compiler come from?
1010It must have been written in a different language. In Rust's case it was
11- [ written in OCaml] [ ocaml-compiler ] . However it was abandoned long ago and the
12- only way to build a modern version of ` rustc ` is a slightly less modern version.
11+ [ written in OCaml] [ ocaml-compiler ] . However, it was abandoned long ago, and the
12+ only way to build a modern version of ` rustc ` is with a slightly less modern version.
1313
1414This is exactly how [ ` ./x.py ` ] works: it downloads the current beta release of
1515` rustc ` , then uses it to compile the new compiler.
You can’t perform that action at this time.
0 commit comments