Struct rustc_mir_transform::simplify_try::SimplifyBranchSame [−][src]
pub struct SimplifyBranchSame;
Expand description
Simplifies SwitchInt(_) -> [targets]
,
where all the targets
have the same form,
into goto -> target_first
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SimplifyBranchSame
impl Send for SimplifyBranchSame
impl Sync for SimplifyBranchSame
impl Unpin for SimplifyBranchSame
impl UnwindSafe for SimplifyBranchSame
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