mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 00:53:18 +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