| ... | @@ -1412,7 +1412,8 @@ fn analyzeBodyInner( | ... | @@ -1412,7 +1412,8 @@ fn analyzeBodyInner( |
| 1412 | return sema.fail(block, src, "found deprecated code", .{}); | 1412 | return sema.fail(block, src, "found deprecated code", .{}); |
| 1413 | } | 1413 | } |
| 1414 | | 1414 | |
| 1415 | break :ext .void_value; | 1415 | i += 1; |
| | 1416 | continue; |
| 1416 | }, | 1417 | }, |
| 1417 | .disable_instrumentation => { | 1418 | .disable_instrumentation => { |
| 1418 | try sema.zirDisableInstrumentation(); | 1419 | try sema.zirDisableInstrumentation(); |