Commit 466fa311b1
Changed files (1)
src
src/Sema.zig
@@ -1412,7 +1412,8 @@ fn analyzeBodyInner(
return sema.fail(block, src, "found deprecated code", .{});
}
- break :ext .void_value;
+ i += 1;
+ continue;
},
.disable_instrumentation => {
try sema.zirDisableInstrumentation();