mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Add comment
This commit is contained in:
parent
9c978b955e
commit
aa5d43647b
@ -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…
Reference in New Issue
Block a user