mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
bce7e7a52b
This fixes a regression from a couple of commits ago; breaking from the `else` block of a loop to the loop's tag should be allowed when explicitly targeting the label by name.