Searched defs:BorrowingParamVisitor (Results 1 – 1 of 1) sorted by relevance
96 pub struct BorrowingParamVisitor<'tcx> { struct97 tcx: &'tcx TypeContext,98 used_method_lifetimes: BTreeSet<Lifetime>,99 borrow_map: BTreeMap<Lifetime, BorrowedLifetimeInfo<'tcx>>,137 impl<'tcx> BorrowingParamVisitor<'tcx> { implementation