mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
Also remove an incorrect piece of logic which allowed fetching the 'len' property on non-single-ptrs (e.g. many-ptrs) and add a corresponding compile error test case. Resolves: #4765