mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 11: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