mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
comptime direct slice.len increment dodges bounds checking but we can emit an error for it, at least in the simple case. - promote original assert to compile-error - add test case closes #7810