mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 23:02:49 +03:00
b498eebfd4
When there is parameter aliasing, the ensureCapacity calls can cause the Const parameters to become dangling pointers. See #6167