| ... | ... | @@ -11912,11 +11912,11 @@ fn maybeErrorUnwrap(sema: *Sema, block: *Block, body: []const Zir.Inst.Index, op |
| 11912 | 11912 | const tags = sema.code.instructions.items(.tag); |
| 11913 | 11913 | for (body) |inst| { |
| 11914 | 11914 | switch (tags[inst]) { |
| 11915 | .@"unreachable" => if (!block.wantSafety()) return false, |
| 11915 | 11916 | .save_err_ret_index, |
| 11916 | 11917 | .dbg_block_begin, |
| 11917 | 11918 | .dbg_block_end, |
| 11918 | 11919 | .dbg_stmt, |
| 11919 | | .@"unreachable", |
| 11920 | 11920 | .str, |
| 11921 | 11921 | .as_node, |
| 11922 | 11922 | .panic, |