about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-10-09 20:26:39 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2022-10-10 17:40:52 +0000
commita474ec50b7010d289d103242a63c806ed6f01c2e (patch)
treecd8f461fd03f5a4ebacbcbb606212dec0e701e1d /compiler/rustc_interface/src
parent0265a3e93bf1b89d97cae113ed214954d5c35e22 (diff)
downloadrust-a474ec50b7010d289d103242a63c806ed6f01c2e.tar.gz
rust-a474ec50b7010d289d103242a63c806ed6f01c2e.zip
Move lifetime resolution module to rustc_hir_analysis.
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs1
1 files changed, 0 insertions, 1 deletions
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<Providers> = 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);