From a474ec50b7010d289d103242a63c806ed6f01c2e Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sun, 9 Oct 2022 20:26:39 +0000 Subject: Move lifetime resolution module to rustc_hir_analysis. --- compiler/rustc_interface/src/passes.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_interface/src') diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index ad3e020b581..8fd4224ca38 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -739,7 +739,6 @@ pub static DEFAULT_QUERY_PROVIDERS: LazyLock = LazyLock::new(|| { ty::provide(providers); traits::provide(providers); rustc_passes::provide(providers); - rustc_resolve::provide(providers); rustc_traits::provide(providers); rustc_ty_utils::provide(providers); rustc_metadata::provide(providers); -- cgit 1.4.1-3-g733a5