rust-analyzer: Expand macro recursively
show "Not available" when rust-analyzer.rust.analyzerTargetDir
#15841
Labels
C-bug
Category: bug
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
0.3.1722-standalone
rustc version: (eg. output of
rustc -V
)rustc 1.73.0
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)See below
actual
When
rust-analyzer: Expand macro recursively
show "Not available"expected
When
rust-analyzer: Expand macro recursively
show expanded sourceExtra
#15057 (comment)
Need to let RA use target dir different from cargo target dir.
To me, make senses even that bug is solved, I prefer to set
rust-analyzer.rust.analyzerTargetDir
to another dirThe text was updated successfully, but these errors were encountered: