Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ae0d89a

Browse files
committed
Don't pass now removed MakeGlob parameter to rustc
rust-lang/rust#57392
1 parent 1a6361b commit ae0d89a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/rustc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
346346
);
347347
});
348348
result.after_analysis.run_callback_on_error = true;
349-
result.make_glob_map = rustc_resolve::MakeGlobMap::Yes;
350349

351350
result
352351
}

0 commit comments

Comments
 (0)