File tree 2 files changed +2
-2
lines changed
src/building/bootstrapping
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ of the same compiler.
7
7
This raises a chicken-and-egg paradox: where did the first compiler come from?
8
8
It must have been written in a different language. In Rust's case it was
9
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
10
+ only way to build a modern version of rustc is with a slightly less modern
11
11
version.
12
12
13
13
This is exactly how ` x.py ` works: it downloads the current beta release of
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ the same compiler.
9
9
This raises a chicken-and-egg paradox: where did the first compiler come from?
10
10
It must have been written in a different language. In Rust's case it was
11
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.
12
+ only way to build a modern version of ` rustc ` is with a slightly less modern version.
13
13
14
14
This is exactly how [ ` ./x.py ` ] works: it downloads the current beta release of
15
15
` rustc ` , then uses it to compile the new compiler.
You can’t perform that action at this time.
0 commit comments