Move lifetime resolution module to rustc_hir_analysis.
This commit is contained in:
parent
0265a3e93b
commit
a474ec50b7
5 changed files with 5 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue