struct RestoreErrRetIndex [src]

Fields

src_node: Ast.Node.Offset
block: RefIf .none, restore the trace to its state upon function entry.
operand: RefIf .none, restore unconditionally.

Source

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