Merge two query callbacks arrays.
This commit is contained in:
parent
dc7143367c
commit
b09de95fab
12 changed files with 179 additions and 246 deletions
|
@ -838,6 +838,7 @@ pub fn create_global_ctxt<'tcx>(
|
|||
dep_graph,
|
||||
queries.on_disk_cache.as_ref().map(OnDiskCache::as_dyn),
|
||||
queries.as_dyn(),
|
||||
&rustc_query_impl::QUERY_CALLBACKS,
|
||||
crate_name,
|
||||
outputs,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue