Skip to content

Commit

Permalink
Fix proc macro test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 28, 2024
1 parent 8cf30c2 commit 15e8a26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ fn resolve_proc_macro() {
let sysroot = project_model::Sysroot::discover(
&AbsPathBuf::assert_utf8(std::env::current_dir().unwrap()),
&Default::default(),
project_model::SysrootQueryMetadata::CargoMetadata,
);

let proc_macro_server_path = sysroot.discover_proc_macro_srv().unwrap();
Expand Down

0 comments on commit 15e8a26

Please sign in to comment.