Move lifetime resolution module to rustc_hir_analysis.

This commit is contained in:
Camille GILLOT
2022-10-09 20:26:39 +00:00
parent 0265a3e93b
commit a474ec50b7
5 changed files with 5 additions and 21 deletions

View File

@@ -34,7 +34,6 @@ use std::collections::{hash_map::Entry, BTreeSet};
use std::mem::{replace, take};
mod diagnostics;
pub(crate) mod lifetimes;
type Res = def::Res<NodeId>;