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 0fdcfe1 commit 98d0f7dCopy full SHA for 98d0f7d
src/librustc_interface/passes.rs
@@ -806,6 +806,10 @@ fn analysis(tcx: TyCtxt<'_>, cnum: CrateNum) -> Result<()> {
806
// Prefetch in case something needs printing.
807
tcx.visible_parent_map(LOCAL_CRATE);
808
},
809
+ {
810
+ // Prefetch mir_keys
811
+ tcx.mir_keys(LOCAL_CRATE);
812
+ },
813
{
814
// This is used by `check_mod_unstable_api_usage`.
815
// Make sure it is complete before we fan out.
0 commit comments