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

Commit 1b3d687

Browse files
authored
Merge pull request #1238 from rust-lang/glob-map
Don't pass now removed MakeGlob parameter to rustc
2 parents d7c2eb8 + ae0d89a commit 1b3d687

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)