Changelog #280
Commit: 588948f
Release: 2025-04-07 (v0.3.2370)
Fixes
-
#19526(first contribution) useconstant, notconstinrustdoclinks. -
#19447addimpl forcompletion. -
#19515don’t drop references with more than one definition. -
#19501fix a regression in MBE expansion. -
#19531fixformat_args!lowering for 1.87. -
#19522fix panic in "View crate graph". -
#19523fix proc macro server spawning. -
#19514fix bracket colorization in strings.
Internal Improvements
-
#19490(first contribution) fix panic inanalysis-statsprogress line slicing. -
#19492avoid a needlessblock_def_map()access. -
#19496replace some#[salsa::invoke]s withinvoke_actual. -
#19494unwrap some unnecessaryArcs. -
#19482clean up parameter name inlay hint filtering heuristics. -
#19509dropAssistKind::None. -
#19484fix new lints in nightly. -
#19520align usage ofdefaultandnewwith style guide. -
#19485clean up CI a bit. -
#19493disablerust-cachein CI. -
#19533set up a job matrix forrust-cross. -
#19519addrust-analyzer.cargo.noDepsoption.