mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 10:15:24 +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