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

pub type BorrowckFlowState<'mir, 'tcx> = BorrowckAnalyses<BitSet<BorrowIndex>, BitSet<MovePathIndex>, BitSet<InitIndex>>;
Expand description

The transient state of the dataflow analyses used by the borrow checker.