github rust-lang/rust-analyzer 2026-09-14

5 hours ago

Commit: 682a84e
Release: 2026-09-14 (v0.3.3049)

Fixes

  • #23300 (first contribution) fix doc comment offset calculation.
  • #23307 drop support for const blocks in patterns.
  • #23333, #23340 fix incorrect_case false positives on raw identifiers.
  • #23330 fix panic on {"$": ""}.
  • #23295 fix panic on doc comments attached to literal expressions.
  • #23315 fix Type owner mismatches between anonymous consts.
  • #23352 fix an Type::impls_trait panic with built-in derives of generic types.
  • #23323 fix stack overflow with recursive eager macros.
  • #23317 don't fill the body of Drop::drop and #[rustc_must_implement_one_of] items.
  • #23318 skip unstable methods in "Implement default members".

Internal Improvements

  • #23311 clean up some #[allow]s.
  • #23325 remove the interner and db arguments from empty and default_types.

See also the changelog post.

Don't miss a new rust-analyzer release

NewReleases is sending notifications on new releases.