Changelog #216
Commit: 9d8889c
Release: 2024-01-15 (v0.3.1807)
Fixes
-
#16265(first contribution) includepub(crate)imports in suggestions. -
#16348fix nestedinclude!s resolving from the wrong base file. -
#16312fixrust-analyzer-proc-macro-srvfailing to launch on Windows. -
#16277fix panic ingenerate_delegate_methods. -
#16333preserve extracted block comments in "Extract function". -
#16310fix parsing of method calls on ranges. -
#16274consider#[doc(notable_trait)]for completion relevance.
Internal Improvements
-
#16307don’t store the VFS contents in memory. -
#16329minor perf and memory improvements. -
#16347consider all kinds of explicit private imports infind_path. -
#16319differentiate between VFS configuration and file change events. -
#16275fixast::Path::segmentsimplementation. -
#16334bumpsalsa. -
#16317sync from downstream. -
#16271removesysroot-abifeature flag fromproc-macro-test. -
#16309recognize proc macro server unexpectedly quitting and report the exit code. -
#16311remove therustc_dependenciescrate. -
#16339replacesource_root_cratesoutput hash set with a slice.