Rust 1.85.0 and Rust 2024
- 
            Niko Matsakis: Rust 2024 Is ComingSo, a little bird told me that Rust 2024 is going to become stable today, along with Rust 1.85.0. In honor of this momentous event, I have penned a little ditty that I’d like to share with you all. Unfortunately, for those of you who remember Rust 2021’s “Edition: The song”, in the 3 years between Rust 2021 and now, my daughter has realized that her father is deeply uncool1 and so I had to take this one on solo2. Anyway, enjoy! Or, you know, suffer. As the case may be. 
- 
            Rust Blog ☛ The Rust Programming Language Blog: Announcing Rust 1.85.0 and Rust 2024The Rust team is happy to announce a new version of Rust, 1.85.0. This stabilizes the 2024 edition as well. Rust is a programming language empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via rustup, you can get 1.85.0 with:If you don't have it already, you can get rustupfrom the appropriate page on our website, and check out the detailed release notes for 1.85.0.
LWN:
- 
            Rust 1.85.0 releasedVersion 1.85.0 of the Rust language has been released. Changes in the release include support for async closures, some convenience iterators for tuples, and a number of stabilized APIs. The headline feature, though, is that this release stabilizes the Rust 2024 edition, described as " the largest edition we have released ". The 2024 edition guide has a detailed listing of all the changes that were incorporated this time around.