|
|
|
|
|
by kelnos
668 days ago
|
|
No, this won't change rustc at all. The purpose of this project is to be able to bootstrap a current version of rustc without having to do hundreds of intermediate compilations to go from TinyCC -> Guile -> OCaml -> Rust 0.7 -> ...... Rust current. (Or bootstrap a C++ compiler to be able to build mrustc, which can compile Rust 1.56, which will give you Rust current after another 25 or so compilations.) Ultimately the final rustc you get will be more or less identical to the one built and distributed through rustup. |
|
What could cause differences between the bootstrapped rustc and rustup’s?