mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 20:11:23 +00:00
The code assumed that every ?T had a pointer child type T, add some more checks to make sure the type is effectively a pointer. Closes #4789
The code assumed that every ?T had a pointer child type T, add some more checks to make sure the type is effectively a pointer. Closes #4789