|
|
|
|
|
by Measter
236 days ago
|
|
There's already upstream rust support in GCC, so I don't reckon it's that far off from being usable, at least for projects choosing to target it specifically. The GCCRS project can't even build libcore right now, let alone libstd. In addition, it is currently targeting Rust 1.50's feature set, with some additions that the Linux kernel needs. I don't see it being a useful general purpose compiler for years. What's more likely is that rustc_codegen_gcc, which I believe can currently build libcore and libstd, will be stabilised first. |
|