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.
"rust-analyzer.rustcSource": "discover"
rustc_private = true
1 parent da7c3ed commit 7a60181Copy full SHA for 7a60181
crates/rustc_codegen_spirv/Cargo.toml
@@ -51,6 +51,8 @@ pipe = "0.4"
51
pretty_assertions = "1.0"
52
tempfile = "3.2"
53
54
+# Note that in order to use RA and have access to `rustc_*` crates, you also
55
+# need to set `"rust-analyzer.rustcSource": "discover"` in e.g. VSCode.
56
[package.metadata.rust-analyzer]
57
# This crate uses #[feature(rustc_private)]
58
0 commit comments