mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
ZigTypeIdOptional types have a different way of specifying their payload value depending on whether the child type is a pointer or not (plus some other special cases). Fixes #7251