Skip to content

Commit ab44866

Browse files
authored
Merge pull request rust-lang#18567 from lnicola/sync-from-rust
minor: fix proc macro test
2 parents 1d0e0cb + 1017216 commit ab44866

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
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();

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f005c7437def424a1c43cbc380352a58d8ac920b
1+
9b4d7c6a40b328d212095c28670c629facf1557d

0 commit comments

Comments
 (0)