Skip to content

Commit 42661ed

Browse files
committed
fixup! Inject compiler_builtins during postprocessing rather than via AST
1 parent 55facbb commit 42661ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/creader.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ impl<'a, 'tcx> CrateLoader<'a, 'tcx> {
10551055
// relevant symbols aren't otherwise provided.
10561056
let Ok(cnum) = self.maybe_resolve_crate(
10571057
sym::compiler_builtins,
1058-
CrateDepKind::Implicit,
1058+
CrateDepKind::Explicit,
10591059
CrateOrigin::Injected,
10601060
) else {
10611061
info!("`compiler_builtins` not resolved");

0 commit comments

Comments
 (0)