Type Definition rustc_borrowck::dataflow::BorrowckResults[][src]

pub type BorrowckResults<'mir, 'tcx> = BorrowckAnalyses<Results<'tcx, Borrows<'mir, 'tcx>>, Results<'tcx, MaybeUninitializedPlaces<'mir, 'tcx>>, Results<'tcx, EverInitializedPlaces<'mir, 'tcx>>>;
Expand description

The results of the dataflow analyses used by the borrow checker.