Have a single struct for queries and hook
This commit is contained in:
parent
9defc971f1
commit
2ba911c832
8 changed files with 46 additions and 26 deletions
|
@ -9,7 +9,8 @@ use rustc_data_structures::sync::Lrc;
|
|||
use rustc_errors::registry::Registry;
|
||||
use rustc_errors::{ErrorGuaranteed, Handler};
|
||||
use rustc_lint::LintStore;
|
||||
use rustc_middle::query::{ExternProviders, Providers};
|
||||
use rustc_middle::query::ExternProviders;
|
||||
use rustc_middle::util::Providers;
|
||||
use rustc_middle::{bug, ty};
|
||||
use rustc_parse::maybe_new_parser_from_source_str;
|
||||
use rustc_query_impl::QueryCtxt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue