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
fn foo() -> %void {} fn main() { foo(); // error: return value ignored if (true) foo(); // no complaint }
This mistake is made in elf.zig:236
I have a suspicion this will be solved by the code changes required by #287.
The text was updated successfully, but these errors were encountered:
c6605cb
to follow up the issue in elf.zig mentioned above, it appears that io.InStream.close not longer returns an error, so that's fine.
but i did fix a bunch of other cases where this problem was happening, mostly by assigning to _.
_
Sorry, something went wrong.
fix check-statement-is-void. add tests
ac79711
see #291
No branches or pull requests
This mistake is made in elf.zig:236
I have a suspicion this will be solved by the code changes required by #287.
The text was updated successfully, but these errors were encountered: