Changelog #334

Commit: 972c4e7
Release: 2026-06-29 (v0.3.2955)

New Features

  • #22466 add mut-ref-in-imm-ref-pat diagnostic.

  • #22645 offer quick fix adding .await for type_mismatch.

Performance Improvements

  • #22637 bump salsa (saves 70 MB on analysis-stats self).

Fixes

  • #22640 fix crash when hovering over anonymous consts.

  • #22618 don’t parenthesize if-let guards.

Internal Improvements

  • #22633 (first contribution) mark inline_convert_while_ascii as unsafe.

  • #22115 switch from lsp-types to gen-lsp-types.

  • #22658 move ExpandDatabase::syntax_context to HirFileId.