Compiling Rust with GCC: an update
Compiling Rust with GCC: an update
Posted Sep 13, 2022 11:19 UTC (Tue) by milesrout (subscriber, #126894)In reply to: Compiling Rust with GCC: an update by moltonel
Parent article: Compiling Rust with GCC: an update
The best thing about having a separate Rust implementation would be that long-needed features could be implemented and used that have been languishing in RFCs for years being bikeshedded to death. How long did it take for const generics to be added? And they're still highly limited. Where are generic associated types? Tracking issue open for FIVE YEARS. Where are DST coercions? The DST coercion tracking issue has been open for SEVEN YEARS, almost as long as Rust has existed, and they're going nowhere.
