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
part of #257 but specified in https://docs.soliditylang.org/en/latest/units-and-global-variables.html#error-handling
issue-258-template
assert! is duplicated with the default rust one, just use zink::assert or name it require
assert!
zink::assert
require
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
Describe the feature
part of #257 but specified in https://docs.soliditylang.org/en/latest/units-and-global-variables.html#error-handling
Solution
issue-258-template
assert!
is duplicated with the default rust one, just usezink::assert
or name itrequire
The text was updated successfully, but these errors were encountered: