structstd.zig.Zir.Inst.RestoreErrRetIndex[src]

Fields

src_node: i32
block: Ref

If .none, restore the trace to its state upon function entry.

operand: Ref

If .none, restore unconditionally.

Source Code

Source code
pub const RestoreErrRetIndex = struct {
    src_node: i32,
    /// If `.none`, restore the trace to its state upon function entry.
    block: Ref,
    /// If `.none`, restore unconditionally.
    operand: Ref,
}