Files
zig/test/cases/compile_errors
Justus Klausecker 28886ca9ec Sema: implement switch for packed structs/unions
Since packed containers are now represented by `bitpack` and can't include
pointers anymore this has become a very easy change to make. This commit
largely just reuses the logic already in place for integers.

Also fixes a small bug where captures-by-ref of errors wouldn't cause a
compile error for regular switch statements. There was already an astgen
error in place for error handling switch statements (`switch_block_err_union`)
capturing their error by reference.
2026-03-11 21:04:04 +01:00
..
2025-02-03 09:14:37 +00:00
2025-01-29 06:35:22 +00:00
2025-01-29 06:35:22 +00:00
2025-11-22 22:42:38 +00:00
2026-03-10 11:28:36 +00:00
2026-03-10 11:28:36 +00:00