Rust 1.95.0 is now stable. Key additions include the cfg_select! macro for compile-time conditional configuration (similar to the cfg-if crate), if-let guards in match expressions enabling pattern-based conditionals, and a range of newly stabilized APIs including atomic update methods, MaybeUninit array conversions, Vec/VecDeque/LinkedList mutation helpers, core::hint::cold_path, and new Layout methods. The release also removes support for custom JSON target specs on stable, which only affects nightly users. Cargo and Clippy also received updates.

3m read timeFrom blog.rust-lang.org
Post cover image
Table of contents
What's in 1.95.0 stableContributors to 1.95.0

Sort: