Skip to content

Commit 15e8a26

Browse files
committed
Fix proc macro test
1 parent 8cf30c2 commit 15e8a26

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ fn resolve_proc_macro() {
10851085
let sysroot = project_model::Sysroot::discover(
10861086
&AbsPathBuf::assert_utf8(std::env::current_dir().unwrap()),
10871087
&Default::default(),
1088+
project_model::SysrootQueryMetadata::CargoMetadata,
10881089
);
10891090

10901091
let proc_macro_server_path = sysroot.discover_proc_macro_srv().unwrap();

0 commit comments

Comments
 (0)