Changelog #345
Commit: 682a84e
Release: 2026-09-14 (v0.3.3049)
Fixes
-
#23300(first contribution) fix doc comment offset calculation. -
#23307drop support for const blocks in patterns. -
#23333,#23340fixincorrect_casefalse positives on raw identifiers. -
#23330fix panic on{"$": ""}. -
#23295fix panic on doc comments attached to literal expressions. -
#23315fixTypeowner mismatches between anonymous consts. -
#23352fix anType::impls_traitpanic with built-in derives of generic types. -
#23323fix stack overflow with recursive eager macros. -
#23317don’t fill the body ofDrop::dropand#[rustc_must_implement_one_of]items. -
#23318skip unstable methods in "Implement default members".