diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-16 21:12:34 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-10-20 18:32:29 +0200 |
| commit | bd5c10767246dc00b2350b1005ee4b857ce2fe22 (patch) | |
| tree | 29881343bf4cafe17a6a5a74b6f678c9f88e4f7c /compiler/rustc_query_impl/src/lib.rs | |
| parent | 602d3cbce3e6227ad7cd5c009c868c9e405a9f32 (diff) | |
| download | rust-bd5c10767246dc00b2350b1005ee4b857ce2fe22.tar.gz rust-bd5c10767246dc00b2350b1005ee4b857ce2fe22.zip | |
Build jump table at runtime.
Diffstat (limited to 'compiler/rustc_query_impl/src/lib.rs')
| -rw-r--r-- | compiler/rustc_query_impl/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_query_impl/src/lib.rs b/compiler/rustc_query_impl/src/lib.rs index d86d1bb8af4..b216d78da94 100644 --- a/compiler/rustc_query_impl/src/lib.rs +++ b/compiler/rustc_query_impl/src/lib.rs @@ -17,6 +17,7 @@ extern crate rustc_middle; use rustc_data_structures::fingerprint::Fingerprint; use rustc_data_structures::stable_hasher::{HashStable, StableHasher}; use rustc_errors::DiagnosticBuilder; +use rustc_middle::arena::Arena; use rustc_middle::dep_graph::{self, DepKindStruct}; use rustc_middle::ty::query::{query_keys, query_storage, query_stored, query_values}; use rustc_middle::ty::query::{Providers, QueryEngine}; |
