zig
zig copied to clipboard
Improve some error messages
Fix #12547: explain why arrays aren't allowed in packed structs.
Fix #13832: improve error message for a common mistake on the LHS of the binary ! operator.
Fix #12829: make the error message for the @intToFloat check more precise.