Rust 1.58.0 released
Rust 1.58.0 released
[Development] Posted Jan 14, 2022 15:55 UTC (Fri) by corbet
Version 1.58.0 of the Rust programming language is available.
Rust 1.58 brings captured identifiers in format strings, a change to the Command search path on Windows, more #[must_use] annotations in the standard library, and some new library stabilizations.
More information on "captured identifiers" (the ability to use in-scope variables directly in format strings) can be found on this page.