Changelog #283
Commit: d8887c0
Release: 2025-04-28 (v0.3.2441)
Fixes
-
#19622(first contribution) fix some bugs in the string rewriting assists. -
#19604(first contribution) add semicolon tousecompletion. -
#19657improve support foroffset_of!(). -
#19636fixcompletion_snippets_customconfig always erroring out. -
#19650support unstableUnsafePinnedstruct in type layout computation. -
#19647fix panics in inlay hints that produce empty text edits for closure return types. -
#19684report error when unable to parse aDiscoverProjectMessage.
Internal Improvements
-
#19678arena-allocateLifetimeRefs. -
#19655fold hygiene map into the bindings themselves. -
#19677removeWherePredicateTypeTarget. -
#19644make predefined symbolsconstinstead ofstatic. -
#19688add some missingshrink_to_fit()s and upgradedashmapandhashbrown. -
#19624bumpchalkto make the generic parameter order matchrustc. -
#19661bumpsalsa.