pub(crate) fn try_load_from_on_disk_cache_inner<'tcx, C: QueryCache>(
query: &'tcx QueryVTable<'tcx, C>,
tcx: TyCtxt<'tcx>,
dep_node: DepNode,
)Expand description
Implementation of DepKindVTable::try_load_from_on_disk_cache for queries.