Move region_scope_tree query to librustc_passes.
This commit is contained in:
parent
ca5a10f53e
commit
afcd5c16b7
4 changed files with 682 additions and 718 deletions
|
|
@ -686,7 +686,6 @@ pub fn default_provide(providers: &mut ty::query::Providers<'_>) {
|
|||
stability::provide(providers);
|
||||
rustc_passes::provide(providers);
|
||||
rustc_traits::provide(providers);
|
||||
middle::region::provide(providers);
|
||||
rustc_metadata::provide(providers);
|
||||
lint::provide(providers);
|
||||
rustc_lint::provide(providers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue