mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
42dea36ce9
Avoids a null unwrap if there are no cases with explicit values present while trying to construct a jump table for a labeled switch statement.