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 1add432 commit cb3101dCopy full SHA for cb3101d
.vscode/settings.json
@@ -1,4 +1,7 @@
1
{
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"],
4
+ "rust-analyzer.cargo.loadOutDirsFromCheck": true,
5
"rust-analyzer.linkedProjects": [
6
"./Cargo.toml",
7
//"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",
0 commit comments