Skip to main content

promote_from_disk_inner

Function promote_from_disk_inner 

Source
pub(crate) fn promote_from_disk_inner<'tcx, C: QueryCache>(
    tcx: TyCtxt<'tcx>,
    query: &'tcx QueryVTable<'tcx, C>,
    dep_node: DepNode,
)
Expand description

Inner implementation of DepKindVTable::promote_from_disk_fn for queries.