Skip to content

Commit ede4891

Browse files
cjgillotbjorn3
andauthored
Update compiler/rustc_interface/src/passes.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent 7fa94af commit ede4891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/passes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
10101010

10111011
// Prefetch this to prevent multiple threads from blocking on it later.
10121012
// This is needed since the `hir_id_validator::check_crate` call above is not guaranteed
1013-
// to use `hir_crate`.
1013+
// to use `hir_crate_items`.
10141014
tcx.ensure_done().hir_crate_items(());
10151015

10161016
let sess = tcx.sess;

0 commit comments

Comments
 (0)