Avoiding calling queries when collecting active queries
This commit is contained in:
parent
6e8abb5ec6
commit
6319bb38cc
10 changed files with 313 additions and 162 deletions
|
@ -30,7 +30,9 @@ use rustc_index::IndexVec;
|
|||
use rustc_lint_defs::LintId;
|
||||
use rustc_macros::rustc_queries;
|
||||
use rustc_query_system::ich::StableHashingContext;
|
||||
use rustc_query_system::query::{QueryCache, QueryMode, QueryState, try_get_cached};
|
||||
use rustc_query_system::query::{
|
||||
QueryCache, QueryMode, QueryStackDeferred, QueryState, try_get_cached,
|
||||
};
|
||||
use rustc_session::Limits;
|
||||
use rustc_session::config::{EntryFnType, OptLevel, OutputFilenames, SymbolManglingVersion};
|
||||
use rustc_session::cstore::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue