8 ms·
It 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 versio
by None4U 2y ago
It 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.