mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-07-02 11:33:01 -04:00
d5f1a8823e
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