We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8505f commit 4f8478fCopy full SHA for 4f8478f
misc/.vscode/settings.json
@@ -3,4 +3,8 @@
3
"disasm",
4
],
5
"rust-analyzer.cfg.setTest": false,
6
+ // rust-analyzer bundled in the VSCode extension may only support Rust newer than 1.85.0.
7
+ // To avoid warnings, install rust-analyzer with `rustup component add rust-analyzer` and
8
+ // use `~/.cargo/bin/rust-analyzer` with the following config.
9
+ "rust-analyzer.server.path": "rust-analyzer",
10
}
0 commit comments