We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf30c2 commit 15e8a26Copy full SHA for 15e8a26
src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/main.rs
@@ -1085,6 +1085,7 @@ fn resolve_proc_macro() {
1085
let sysroot = project_model::Sysroot::discover(
1086
&AbsPathBuf::assert_utf8(std::env::current_dir().unwrap()),
1087
&Default::default(),
1088
+ project_model::SysrootQueryMetadata::CargoMetadata,
1089
);
1090
1091
let proc_macro_server_path = sysroot.discover_proc_macro_srv().unwrap();
0 commit comments