|
|
|
|
|
by tuetuopay
1282 days ago
|
|
This can be very useful for platforms where rustc is not available due to LLVM not supporting them. Take a project, build it with rustc, and if it builds, you know it passes the borrow checker. It is then safe to build it for your actual target with gcc. This would limit the outcry when some software adds a dependency on Rust, like the python crypto thing of a few years back, or the Linux kernel. |
|
https://github.com/rust-lang/rustc_codegen_gcc