pub(crate) fn find_dep_kind_root<'tcx>(
tcx: TyCtxt<'tcx>,
id: QueryJobId,
job_map: QueryJobMap<'tcx>,
) -> (Span, String, usize)Expand description
Finds the job closest to the root with a DepKind matching the DepKind of id and returns
information about it.