fn try_load_from_on_disk_cache<'tcx, Q>(
    query: Q,
    tcx: TyCtxt<'tcx>,
    dep_node: DepNode
)
where Q: QueryConfig<QueryCtxt<'tcx>>,