mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-03 08:12:52 +03:00
95fbce2b95
fieldVal handles pointer to pointer to array. This can happen for example, if a pointer to an array is used as the condition expression of a for loop. resolveStructFully handles tuples (by doing nothing). fixed Type comparison for tuples to handle comptime fields properly.