Chapter 5. Changes in Rust 1.58.1 Toolset
Rust Toolset has been updated from version 1.54.0 to 1.58.1 on RHEL 7 and RHEL 8. RHEL 9 Beta is distributed with Rust Toolset 1.58.1.
Notable changes include:
-
The Rust compiler now supports the 2021 edition of the language, featuring disjoint capture in closure,
IntoIterator
for arrays, a new Cargo feature resolver, and more. - Added Cargo support for new custom profiles.
- Cargo now deduplicates compiler errors.
- Added new open range patterns.
- Added captured identifiers in format strings.