- Fix std::thread::spawn on wasm32 wasip1 threads and resolve Clippy ICE in match same arms
- Remove unstable OpenOptionsExt methods, breaking existing Windows FS code
- Update Cargo's tar to 0.4.45, addressing CVE‑2026‑33055 and CVE‑2026‑33056
Official Rust changelog summary with source attribution, release tags, and community reactions.
Track this Rust release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Rust release note into a weekly digest for the tools you actually use.
Create digestLanguage: allow shortening lifetimes of &mut during unsize coercions and introduce new lints for invalid runtime symbols and c void return types.