pub(crate) fn make_dep_kind_vtable_for_query<'tcx, Q>(
is_cache_on_disk: bool,
is_eval_always: bool,
is_no_force: bool,
) -> DepKindVTable<'tcx>where
Q: GetQueryVTable<'tcx>,Expand description
Shared implementation of the DepKindVTable constructor for queries.
Called from macro-generated code for each query.