mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Without duping, users could get some unexpected behavior if they used a string with a lifetime that didn't persist throughout the full build, i.e. if it wasn't heap allocated, or if it was explicitly freed.