Hacker News new | ask | show | jobs
by crncosta 3424 days ago
I wish a GCC Rust compiler, but it's not planed for 2017. Hope this can change in 2018 :)
1 comments

The closest to that is mrustc [1], a reimplementation which skips the borrow checking part can generate C code. Eventually you might be able to compile rust code on more platforms, though you should still develop with the official rustc for the borrow checking.

1: https://github.com/thepowersgang/mrustc