mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 17:23:09 +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