Changelog #343
Commit: f899669
Release: 2026-08-31 (v0.3.3033)
New Features
-
#23213offer "Extract variable" on field names in record expressions.
Fixes
-
#23232(first contribution) fix inference of never type in array repeat expressions. -
#23206,#23257switch fromtemp-dirto a homemadeNamedTempFileimplementation. -
#23184fix unsafeck for e.g.&raw const *&raw const *&raw const *&2. -
#23162fix HIR lowering of associated trait function parameters. -
#23176push a generic params scope for consts. -
#23216fix→completions inside macro calls. -
#22901strip leading asterisk from block doc comments. -
#23235fix some subtle bugs in docs rendering. -
#23245print the ABI offnpointers. -
#23229fix panic inunresolved_fieldwhen accessing numeric fields in unions. -
#23212fix panic when dereferencing unresolved aliases. -
#23250fix a panic on hover with types likeimpl for<'b> Fn(&dyn Fn() → &'b u8). -
#23256fix hover withimpl Traitand generics. -
#23242fix parsing of range patterns inside parentheses. -
#23238fix a panic on macro calls inextract_variable.
Internal Improvements
-
#23233require analysis changes made using AI to referencerustc.