pub struct RemoveFalseEdges;
Expand description
Removes FalseEdge
and FalseUnwind
terminators from the MIR.
These are only needed for borrow checking, and can be removed afterwards.
FIXME: This should probably have its own MIR phase.
Trait Implementations§
source§impl<'tcx> MirPass<'tcx> for RemoveFalseEdges
impl<'tcx> MirPass<'tcx> for RemoveFalseEdges
Auto Trait Implementations§
impl RefUnwindSafe for RemoveFalseEdges
impl Send for RemoveFalseEdges
impl Sync for RemoveFalseEdges
impl Unpin for RemoveFalseEdges
impl UnwindSafe for RemoveFalseEdges
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: 0 bytes