We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa94af commit ede4891Copy full SHA for ede4891
compiler/rustc_interface/src/passes.rs
@@ -1010,7 +1010,7 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
1010
1011
// Prefetch this to prevent multiple threads from blocking on it later.
1012
// This is needed since the `hir_id_validator::check_crate` call above is not guaranteed
1013
- // to use `hir_crate`.
+ // to use `hir_crate_items`.
1014
tcx.ensure_done().hir_crate_items(());
1015
1016
let sess = tcx.sess;
0 commit comments