Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 12, 2022 12:29 UTC (Mon) by moltonel (subscriber, #45207)Parent article: Compiling Rust with GCC: an update
It's great to see the progress in both projects, kudos to all involved.
I'm a bit worried reading that gccrs is cherry-picking features (const generics and various kernel-needed features) far beyond their announced target (1.49). I don't want a scenario where I declare an MSRV of 1.49 but unknowingly use a 1.50 feature. Or a gccrs that announces 1.60 compatibility but ignores some "minor" 1.59 feature. Gccrs got a lot of backlash from users worried about language/ecosystem split, it should be very careful with its features roadmap.
