Type Definition rustc_borrowck::dataflow::BorrowckResults
source · 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.
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 184 bytes