Struct rustc_borrowck::dataflow::OutOfScopePrecomputer [−][src]
struct OutOfScopePrecomputer<'a, 'tcx> {
visited: BitSet<BasicBlock>,
visit_stack: Vec<StackEntry>,
body: &'a Body<'tcx>,
regioncx: &'a RegionInferenceContext<'tcx>,
borrows_out_of_scope_at_location: FxHashMap<Location, Vec<BorrowIndex>>,
}
Fields
visited: BitSet<BasicBlock>
visit_stack: Vec<StackEntry>
body: &'a Body<'tcx>
regioncx: &'a RegionInferenceContext<'tcx>
borrows_out_of_scope_at_location: FxHashMap<Location, Vec<BorrowIndex>>
Implementations
fn precompute_borrows_out_of_scope(
&mut self,
borrow_index: BorrowIndex,
borrow_region: RegionVid,
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> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for OutOfScopePrecomputer<'a, 'tcx>
Blanket Implementations
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: 104 bytes