mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-09 09:03:44 -04: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.