Rust 1.85 Release Stabilizes Rust 2024 Edition
([Programming] 5 Hours Ago
Rust 1.85)
- Reference: 0001528950
- News link: https://www.phoronix.com/news/Rust-1.85-Released
- Source link:
Rust 1.85 is out today and it is also the release that stabilizes the Rust 2024 Edition.
Rust 1.85 stabilizes the Rust 2024 Edition as the opt-in changes for Rust to avoid risking backwards compatibility. The Rust 2024 Edition has a number of language changes, new standard library additions, Cargo now provides a Rust-version aware resolver, Rustfmt formatting updates, and more. Details on the Rust 2024 Edition changes via [1]doc.rust-lang.org .
Rust 1.85 also adds async closures, hiding trait implementations from diagnostics via a new attribute, and other new stabilized APIs.
More information on the many Rust 1.85 changes via [2]Rust-Lang.org .
[1] https://doc.rust-lang.org/edition-guide/editions/index.html
[2] https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html
Rust 1.85 stabilizes the Rust 2024 Edition as the opt-in changes for Rust to avoid risking backwards compatibility. The Rust 2024 Edition has a number of language changes, new standard library additions, Cargo now provides a Rust-version aware resolver, Rustfmt formatting updates, and more. Details on the Rust 2024 Edition changes via [1]doc.rust-lang.org .
Rust 1.85 also adds async closures, hiding trait implementations from diagnostics via a new attribute, and other new stabilized APIs.
More information on the many Rust 1.85 changes via [2]Rust-Lang.org .
[1] https://doc.rust-lang.org/edition-guide/editions/index.html
[2] https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html
cen1