Move Query to rustc_query_system.
Rename it to QueryStackFrame and document a bit.
This commit is contained in:
parent
0144d6a3b7
commit
3897395787
6 changed files with 140 additions and 138 deletions
|
@ -17,7 +17,6 @@ extern crate rustc_middle;
|
|||
extern crate tracing;
|
||||
|
||||
use rustc_data_structures::fingerprint::Fingerprint;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
|
||||
use rustc_errors::{Diagnostic, Handler, Level};
|
||||
use rustc_hir::def_id::CrateNum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue