rust/compiler/rustc_resolve
Yuki Okushi 98764c0c72
Rollup merge of #102859 - cjgillot:collect-lifetimes, r=oli-obk
Move lifetime resolution module to rustc_hir_analysis.

Now that lifetime resolution has been removed from it, this file has nothing to do in `rustc_resolve`.  It's purpose is to compute Debruijn indices for lifetimes, so let's put it in type collection.
2022-10-11 18:37:55 +09:00
..
src Rollup merge of #102859 - cjgillot:collect-lifetimes, r=oli-obk 2022-10-11 18:37:55 +09:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00