← Back to all releases
Rust 1.93.1
Released on February 12, 2026
What's Changed
- Don't try to recover keyword as non-keyword identifier, fixing an ICE that especially affected rustfmt.
- Fix
clippy::panicking_unwrapfalse-positive on field access with implicit deref. - Revert "Update wasm-related dependencies in CI", fixing file descriptor leaks on the
wasm32-wasip2target.
Full Changelog
- Don't try to recover keyword as non-keyword identifier, fixing an ICE that especially affected rustfmt.
- Fix clippy::panicking_unwrap false-positive on field access with implicit deref.
- Revert "Update wasm-related dependencies in CI", fixing file descriptor leaks on the wasm32-wasip2 target.