mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 23:05:24 +00:00
This will enable code to perform version checks and make it easier to support multiple versions of Zig. Within the SemVer implementation, an intermediate value needed to be coerced to a slice to workaround a comptime bug. Closes #6466