Move rustc_ty
-> rustc_ty_utils
This commit is contained in:
parent
fe982319aa
commit
f59d03038c
11 changed files with 7 additions and 7 deletions
|
@ -699,7 +699,7 @@ pub static DEFAULT_QUERY_PROVIDERS: SyncLazy<Providers> = SyncLazy::new(|| {
|
|||
rustc_passes::provide(providers);
|
||||
rustc_resolve::provide(providers);
|
||||
rustc_traits::provide(providers);
|
||||
rustc_ty::provide(providers);
|
||||
rustc_ty_utils::provide(providers);
|
||||
rustc_metadata::provide(providers);
|
||||
rustc_lint::provide(providers);
|
||||
rustc_symbol_mangling::provide(providers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue