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