zig
zig copied to clipboard
Fix `@intFromEnum` and `@tagName` for auto-numbered enums with signed tag type
Fixes #16095
Previously the case of signed integers was ignored ignored as "out of range" for auto-numbered enums.
Just tacked on handling and testing of more cases.