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