diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2021-05-15 10:55:53 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2021-05-30 15:16:41 +0200 |
| commit | 8ed82ebb2ad82b1cb95b7f68482a3a6d201a7462 (patch) | |
| tree | 72536da73a04004ef1efd2c9bd0624b8e27d4ad9 /compiler/rustc_query_impl/src/lib.rs | |
| parent | fd318a2f9b3027be74900114a5c6edfc5fb8ec86 (diff) | |
| download | rust-8ed82ebb2ad82b1cb95b7f68482a3a6d201a7462.tar.gz rust-8ed82ebb2ad82b1cb95b7f68482a3a6d201a7462.zip | |
Only test if key is local.
Diffstat (limited to 'compiler/rustc_query_impl/src/lib.rs')
| -rw-r--r-- | compiler/rustc_query_impl/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/src/lib.rs b/compiler/rustc_query_impl/src/lib.rs index ac81c0261e2..176f4b3eff8 100644 --- a/compiler/rustc_query_impl/src/lib.rs +++ b/compiler/rustc_query_impl/src/lib.rs @@ -19,7 +19,6 @@ extern crate tracing; use rustc_data_structures::fingerprint::Fingerprint; use rustc_data_structures::stable_hasher::{HashStable, StableHasher}; use rustc_errors::{DiagnosticBuilder, Handler}; -use rustc_hir::def_id::LOCAL_CRATE; use rustc_middle::dep_graph; use rustc_middle::ich::StableHashingContext; use rustc_middle::ty::query::{query_keys, query_storage, query_stored, query_values}; |
