Struct rustc_borrowck::dataflow::OutOfScopePrecomputer
source · struct OutOfScopePrecomputer<'a, 'tcx> {
visited: BitSet<BasicBlock>,
visit_stack: Vec<BasicBlock>,
body: &'a Body<'tcx>,
regioncx: &'a RegionInferenceContext<'tcx>,
borrows_out_of_scope_at_location: FxIndexMap<Location, Vec<BorrowIndex>>,
}
Fields§
§visited: BitSet<BasicBlock>
§visit_stack: Vec<BasicBlock>
§body: &'a Body<'tcx>
§regioncx: &'a RegionInferenceContext<'tcx>
§borrows_out_of_scope_at_location: FxIndexMap<Location, Vec<BorrowIndex>>
Implementations§
source§impl<'a, 'tcx> OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> OutOfScopePrecomputer<'a, 'tcx>
fn new(body: &'a Body<'tcx>, regioncx: &'a RegionInferenceContext<'tcx>) -> Self
source§impl<'tcx> OutOfScopePrecomputer<'_, 'tcx>
impl<'tcx> OutOfScopePrecomputer<'_, 'tcx>
fn precompute_borrows_out_of_scope( &mut self, borrow_index: BorrowIndex, borrow_region: RegionVid, first_location: Location )
Auto Trait Implementations§
impl<'a, 'tcx> !RefUnwindSafe for OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> !Send for OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> !Sync for OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> Unpin for OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for OutOfScopePrecomputer<'a, 'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 128 bytes