Only test if key is local.
This commit is contained in:
parent
fd318a2f9b
commit
8ed82ebb2a
3 changed files with 110 additions and 76 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue