• Category: Languages
  • Status: confirmed
  • Sources: Rust blog
  • Summary: Rust 1.95.0 (released 2026-04-16) remains current stable. Key stabilizations include the cfg_select! macro (compile-time cfg matching, replacing the cfg-if crate dependency for most use cases) and if-let guards in match expressions. Rust 1.96.0 is currently in beta.
  • Why it matters: cfg_select! eliminates a common cfg-if dependency for crates targeting multiple platforms or features.

Send feedback on this story