mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 00:53:18 +00:00
Without this data, debugger expressions try to pass structs by-value, which mostly just crashes. Also: mark enums as enum classes to prevent the enumerators from shadowing other identifiers.