diff options
| author | lcnr <rust@lcnr.de> | 2022-10-20 17:51:37 +0200 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2022-10-20 17:53:14 +0200 |
| commit | fb3ab13a1c997d46ecf4b962a5eabf255e91404a (patch) | |
| tree | 89c1ae604f8d72987128eae95f66a3291f187e41 /compiler/rustc_interface/src | |
| parent | f468a90bade063eecb086599a58fa306d2079094 (diff) | |
| download | rust-fb3ab13a1c997d46ecf4b962a5eabf255e91404a.tar.gz rust-fb3ab13a1c997d46ecf4b962a5eabf255e91404a.zip | |
rustc_hir_typeck: fix paths and partially mv files
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 8fd4224ca38..a47c3e3253e 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -736,6 +736,7 @@ pub static DEFAULT_QUERY_PROVIDERS: LazyLock<Providers> = LazyLock::new(|| { rustc_monomorphize::provide(providers); rustc_privacy::provide(providers); rustc_hir_analysis::provide(providers); + rustc_hir_typeck::provide(providers); ty::provide(providers); traits::provide(providers); rustc_passes::provide(providers); |
