diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-06-06 11:31:54 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-06-06 11:31:54 -0700 |
| commit | 41bf81dc3231eb763c93eb95b152e7ab8d3c5af8 (patch) | |
| tree | 6610d43dfab44f104e7894f3d31991ff38821512 /lib/std/os/linux/io_uring.zig | |
| parent | 1bdc2b777bc247c52942189666bc484d8e740b16 (diff) | |
| download | zig-41bf81dc3231eb763c93eb95b152e7ab8d3c5af8.tar.gz zig-41bf81dc3231eb763c93eb95b152e7ab8d3c5af8.zip | |
Revert "Treat blocks with "return" as "noreturn""
This reverts commit 135b91aecd9be1f6f5806b667e07e383dd481198.
"endsWithBreak()" is not a meaningful question to ask and should not be
used this way. A simple example that defeats this logic is:
```zig
export fn entry() void {
outer: {
{
break :outer;
}
return;
}
}
```
Diffstat (limited to 'lib/std/os/linux/io_uring.zig')
0 files changed, 0 insertions, 0 deletions
