diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-11-19 21:32:37 +0100 |
|---|---|---|
| committer | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-11-19 21:57:29 +0100 |
| commit | f59d03038c8601a66bd165a2f1980109665d077c (patch) | |
| tree | 1c795a5c3414e3d8e1ff8ec6c3669fe4b337ef2e /compiler/rustc_interface/src | |
| parent | fe982319aa0aa5bbfc2795791a753832292bd2ba (diff) | |
| download | rust-f59d03038c8601a66bd165a2f1980109665d077c.tar.gz rust-f59d03038c8601a66bd165a2f1980109665d077c.zip | |
Move `rustc_ty` -> `rustc_ty_utils`
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 82cf4ab7f5c..5fd560d7eff 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -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); |
