Changelog #149
Commit: 5c28ad1
Release: 2022-10-03
Fixes
-
#13296(first contribution) store package instead of crate name inPackageInformation. -
#13311inferforloop item type withIntoIteratorandIterator. -
#13275use the correct module for visibility computation infind_path. -
#13189emit unconfigured code diagnostics for enum variants and struct/union fields. -
#13320render generic parameters in type alias hovers. -
#13318fix annotations not resolving when lens location is set to whole item. -
#13321makemove_format_string_argtoken tree-aware. -
#13324fix trait impl item completions using macro file text ranges. -
#13326do not use the sysroot proc macro server when a server path is given explicitly. -
#13328add proc-macro dependency to rustc crates.
Internal Improvements
-
#13272(first contribution) fixAnalysisandAnalysisHostdoc links. -
#13280(first contribution) addRequestFailedLSP error code. -
#13202,#13319don’t retry requests that have already been cancelled. -
#13237aggregate changes by file inprocess_changes. -
#13295remove obsoletein-rust-treefeature fromsourcegen. -
#13300usecfg(any())instead ofcfg(FALSE)to disable proc macro tests. -
#13301make assist tests panic again on empty source changes.