Rust Lang Roadmap for 2024
The Rust language team has put up a
blog entry describing the plans for the language over the next couple
of years or so.
More precise analyses, less rigamarole: Make the compiler better able to recognize when code is correct via improvements to the borrow checker, type inference, and so forth. Identify and eliminate "boilerplate" patterns like having to copy-and-paste the same set of where clauses everywhere.
