Move Query to rustc_query_system.

Rename it to QueryStackFrame and document a bit.
This commit is contained in:
Camille GILLOT 2020-11-28 22:48:05 +01:00
parent 0144d6a3b7
commit 3897395787
6 changed files with 140 additions and 138 deletions

View file

@ -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;