diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-16 20:10:23 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-20 18:29:27 +0200 |
| commit | b09de95fab42d3afbcb74185ea1f8a2d200a6353 (patch) | |
| tree | bf19aa90ec14f99125d260b98505f1bc4e737b1c /compiler/rustc_interface | |
| parent | dc7143367c85f3f498d072ef4a2b8befdf1f75c0 (diff) | |
| download | rust-b09de95fab42d3afbcb74185ea1f8a2d200a6353.tar.gz rust-b09de95fab42d3afbcb74185ea1f8a2d200a6353.zip | |
Merge two query callbacks arrays.
Diffstat (limited to 'compiler/rustc_interface')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index bcfa0ef3520..8bd6ed98973 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -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, ) |
