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 touse
completion. -
#19657
improve support foroffset_of!()
. -
#19636
fixcompletion_snippets_custom
config always erroring out. -
#19650
support unstableUnsafePinned
struct in type layout computation. -
#19647
fix panics in inlay hints that produce empty text edits for closure return types. -
#19684
report error when unable to parse aDiscoverProjectMessage
.
Internal Improvements
-
#19678
arena-allocateLifetimeRef
s. -
#19655
fold hygiene map into the bindings themselves. -
#19677
removeWherePredicateTypeTarget
. -
#19644
make predefined symbolsconst
instead ofstatic
. -
#19688
add some missingshrink_to_fit()
s and upgradedashmap
andhashbrown
. -
#19624
bumpchalk
to make the generic parameter order matchrustc
. -
#19661
bumpsalsa
.