mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 17:55:24 +00:00
Before (when given an array with many elements):
```
zig\std\mem.zig:345:13: error: evaluation exceeded 1000
backwards branches
for (array) |*element| {
^
```
related to https://github.com/ziglang/zig/issues/4847#issuecomment-605721461