mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
When there is parameter aliasing, the ensureCapacity calls can cause the Const parameters to become dangling pointers. See #6167
When there is parameter aliasing, the ensureCapacity calls can cause the Const parameters to become dangling pointers. See #6167