mirror of
https://github.com/ziglang/zig.git
synced 2026-03-16 00:04:02 +00:00
If a parse node is reserved but never set the node remains uninitialized and can crash tools doing a linear scan of the nodes (like ZLS) when switching on the tag.