struct StorageConflictVisitor<'mir, 'tcx, 's> {
body: &'mir Body<'tcx>,
saved_locals: &'s GeneratorSavedLocals,
local_conflicts: BitMatrix<Local, Local>,
}
Fields
body: &'mir Body<'tcx>
saved_locals: &'s GeneratorSavedLocals
local_conflicts: BitMatrix<Local, Local>
Implementations
sourceimpl StorageConflictVisitor<'_, '_, '_>
impl StorageConflictVisitor<'_, '_, '_>
fn apply_state(&mut self, flow_state: &BitSet<Local>, loc: Location)
Trait Implementations
sourceimpl<'mir, 'tcx> ResultsVisitor<'mir, 'tcx> for StorageConflictVisitor<'mir, 'tcx, '_>
impl<'mir, 'tcx> ResultsVisitor<'mir, 'tcx> for StorageConflictVisitor<'mir, 'tcx, '_>
type FlowState = BitSet<Local>
sourcefn visit_statement_before_primary_effect(
&mut self,
state: &Self::FlowState,
_statement: &'mir Statement<'tcx>,
loc: Location
)
fn visit_statement_before_primary_effect(
&mut self,
state: &Self::FlowState,
_statement: &'mir Statement<'tcx>,
loc: Location
)
Called with the
before_statement_effect
of the given statement applied to state
but not
its statement_effect
. Read moresourcefn visit_terminator_before_primary_effect(
&mut self,
state: &Self::FlowState,
_terminator: &'mir Terminator<'tcx>,
loc: Location
)
fn visit_terminator_before_primary_effect(
&mut self,
state: &Self::FlowState,
_terminator: &'mir Terminator<'tcx>,
loc: Location
)
Called with the
before_terminator_effect
of the given terminator applied to state
but not
its terminator_effect
. Read morefn visit_block_start(
&mut self,
_state: &Self::FlowState,
_block_data: &'mir BasicBlockData<'tcx>,
_block: BasicBlock
)
sourcefn visit_statement_after_primary_effect(
&mut self,
_state: &Self::FlowState,
_statement: &'mir Statement<'tcx>,
_location: Location
)
fn visit_statement_after_primary_effect(
&mut self,
_state: &Self::FlowState,
_statement: &'mir Statement<'tcx>,
_location: Location
)
Called with both the
before_statement_effect
and the statement_effect
of the given
statement applied to state
. Read moresourcefn visit_terminator_after_primary_effect(
&mut self,
_state: &Self::FlowState,
_terminator: &'mir Terminator<'tcx>,
_location: Location
)
fn visit_terminator_after_primary_effect(
&mut self,
_state: &Self::FlowState,
_terminator: &'mir Terminator<'tcx>,
_location: Location
)
Called with both the
before_terminator_effect
and the terminator_effect
of the given
terminator applied to state
. Read morefn visit_block_end(
&mut self,
_state: &Self::FlowState,
_block_data: &'mir BasicBlockData<'tcx>,
_block: BasicBlock
)
Auto Trait Implementations
impl<'mir, 'tcx, 's> !RefUnwindSafe for StorageConflictVisitor<'mir, 'tcx, 's>
impl<'mir, 'tcx, 's> !Send for StorageConflictVisitor<'mir, 'tcx, 's>
impl<'mir, 'tcx, 's> !Sync for StorageConflictVisitor<'mir, 'tcx, 's>
impl<'mir, 'tcx, 's> Unpin for StorageConflictVisitor<'mir, 'tcx, 's>where
'tcx: 'mir,
impl<'mir, 'tcx, 's> !UnwindSafe for StorageConflictVisitor<'mir, 'tcx, 's>
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
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: 56 bytes