Add comment
This commit is contained in:
parent
9c978b955e
commit
aa5d43647b
1 changed files with 2 additions and 0 deletions
|
@ -700,6 +700,8 @@ macro_rules! define_queries {
|
|||
}
|
||||
}
|
||||
|
||||
// These arrays are used for iteration and can't be indexed by `DepKind`.
|
||||
|
||||
const TRY_COLLECT_ACTIVE_JOBS: &[for<'tcx> fn(TyCtxt<'tcx>, &mut QueryMap<DepKind>)] =
|
||||
&[$(query_impl::$name::try_collect_active_jobs),*];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue