Struct rustc_borrowck::dataflow::OutOfScopePrecomputer
source · 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
sourceimpl<'a, 'tcx> OutOfScopePrecomputer<'a, 'tcx>
impl<'a, 'tcx> OutOfScopePrecomputer<'a, 'tcx>
fn new(body: &'a Body<'tcx>, regioncx: &'a RegionInferenceContext<'tcx>) -> Self
sourceimpl<'tcx> OutOfScopePrecomputer<'_, 'tcx>
impl<'tcx> OutOfScopePrecomputer<'_, 'tcx>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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