Skip to main content

try_load_from_on_disk_cache_inner

Function try_load_from_on_disk_cache_inner 

Source
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.