[$] Progress toward a GCC-based Rust compiler
The https://rust-gcc.github.io/
project is an ambitious
effort started in 2014 to implement a Rust compiler within The GNU Compiler
Collection (GCC). Even though the task is far from complete, progress has
been made since LWN's https://lwn.net/Articles/909887/
,
according to reports from the project. Meanwhile, another hybrid and more
mature approach to GCC Rust code generation is available in https://github.com/rust-lang/rustc_codegen_gcc
.
https://lwn.net/Articles/954787/