Commit: fb133c8
Release: 2025-03-31
(v0.3.2362
)
New Features
#19375
allow crate authors to disable completions using#[rust_analyzer::completions]
.#19388
parseunsafe
record fields.#19347
add diagnostic for ambiguous&impl 'a + Sized
.
Fixes
#19475
(first contribution) fix debug source map.#19433
fixlet else
toif let else
conversion.#19435
fix ranges in closure return inlay hints.#19466
fix a bug in orphan rule check.#19474
fix, clarify and require a value forproc_macro_cwd
ofCrateData
.
Internal Improvements
#19440
replace customThinVec
with thethin-vec
crate.#19451
use medium durability for crate graph changes, high for library source files.#19359
emit lines of code and item tree counts inanalysis-stats
.#19457
removesalsa
dependency from proc macro server again.#19446
,#19448
run tests undercargo miri
.#19422
clean up VS Code output channels, dropdebug.openDebugPane
.#19430
bump dependencies.
See also the changelog post.