mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 07:15:25 +00:00
These are frequently invalidated whenever a string is interned, so avoid creating pointers to `string_bytes` wherever possible. This is an attempt to fix random CI failures.