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 9adb139 commit eefe1edCopy full SHA for eefe1ed
.vscode/settings.json
@@ -2,7 +2,7 @@
2
// source for rustc_* is not included in the rust-src component; disable the errors about this
3
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "macro-error"],
4
"rust-analyzer.assist.importMergeBehavior": "last",
5
- "rust-analyzer.cargo.loadOutDirsFromCheck": true,
+ "rust-analyzer.cargo.runBuildScripts": true,
6
"rust-analyzer.linkedProjects": [
7
"./Cargo.toml",
8
//"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",
0 commit comments