Function rustc_metadata::rmeta::encoder::prefetch_mir
source · fn prefetch_mir(tcx: TyCtxt<'_>)
Expand description
Used to prefetch queries which will be needed later by metadata encoding. Only a subset of the queries are actually prefetched to keep this code smaller.