@bitSizeOf should error when no sensible result can be returned #4211
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
#2177 (comment)
I can't find a detailed reason why this is needed over erroring if we can't return a sensible result. Types are always comptime. Throwing an compile error when possible is part of the zen of zig, and prevents bugs.
The text was updated successfully, but these errors were encountered: