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