mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-15 20:45:56 +03:00
aa6fc29744
Using the gen_index rather than the src_index is needed to handle structures containing zero-sized or comptime only types. Closes #7027