We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instruction
Currently less than 200 variants, so enum tag should theoretically be only a byte. Next step is to determine which child struct is causing
❯ zig build test | *"@sizeOf(Instruction)", 48 ./src/instruction.zig:1886:5: error: found compile log statement @compileLog("@sizeOf(Instruction)", @sizeOf(Instruction));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently less than 200 variants, so enum tag should theoretically be only a byte. Next step is to determine which child struct is causing
The text was updated successfully, but these errors were encountered: