Changelog #278
Commit: 37acea8
Release: 2025-03-24
(v0.3.2353
)
Fixes
-
#19384
fix stale "BuildingCrateGraph
" report. -
#19416
handle multiple#[repr(..)]
attributes correctly. -
#19362
speed up resolving a "Generate delegate method" assist. -
#19348
add text edit support for return type hints on non-block body closures. -
#19413
properly calculate the layout of unsized tuple pointers. -
#19320
mark manual trait implementations as unsafe when replacing a derive. -
#19400
fix syntax highlighting for&raw const
/&raw mut
in standalone files. -
#19397
add postfix completion for const block. -
#19005
fix testing of packages with multiple targets.
Internal Improvements
-
#19408
replace#[derive]
s to reduce codegen burden for generated syntax types. -
#19390
do not useExpander
in associated item lowering. -
#19412
remove some unnecessary usages ofSemantics
. -
#19429
remove unused dependencies. -
#19419
render layout and other extra information when hoveringSelf
. -
#19329
add some docs toproc-macro-api
. -
#19379
bumpEdition::CURRENT
to 2024. -
#19378
triggersalsa
LRU at the end ofanalysis-stats
. -
#19315
do not generate docs with inxtask codegen --check
. -
#19391
clean upproc-macro-srv
CI job.