23 ms·
rustc_codegen_gcc is also a thing.
by kam 2y ago
rustc_codegen_gcc is also a thing.
- andrewchambers 2y agoI guess this doesn't solve the bootstrapping issue.
- jenadine 2y agoNeither does this project of it contains parts that needs a rust compiler to be bootstrapped
- None4U 2y agoIt is the Rust compiler, the article describes how the (Rust) compiler is first compiled without the Rust code in it and then used to bootstrap the final version which does have the Rust code in it
- andrewchambers 2y agoincorrect, this is a re-implementation of rust by designed to be included in gcc, not the original rust compiler.
- andrewchambers 2y agoYou didn't read the part about compiling with the borrow checker turned off?