Open
Description
When opening this file, RA briefly shows an incorrect warning:
RA version:
rust-analyzer version: 0.3.2121-standalone [/home/r/.vscode-oss/extensions/rust-lang.rust-analyzer-0.3.2121-linux-x64/server/rust-analyzer]
Settings:
"rust-analyzer.lens.enable": false,
"rust-analyzer.cachePriming.enable": false,
"rust-analyzer.cargo.buildScripts.useRustcWrapper": false, // https://github.com/rust-lang/rust-analyzer/issues/14722
"rust-analyzer.diagnostics.disabled": [
"unlinked-file",
"macro-error" // trouble with the xshell `cmd!` macro
],