1.93.1
📦 rust-languageView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This patch release addresses an ICE affecting rustfmt, resolves a Clippy false-positive, and fixes file descriptor leaks on the wasm32-wasip2 target.
🐛 Bug Fixes
- Fixed an Internal Compiler Error (ICE) related to keyword recovery that particularly affected rustfmt.
- Fixed a false-positive in the `clippy::panicking_unwrap` lint when accessing fields with implicit dereferencing.
- Fixed file descriptor leaks occurring on the `wasm32-wasip2` target by reverting a change to wasm-related CI dependencies.