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
Information needed
The text was updated successfully, but these errors were encountered:
The following function names cannot be used as function names for callable_point because they are already used internally.
callable_point
(Only related to dynamiclink)
validate_dynamic_link_interface
add_event
add_events
add_attribute
add_attributes
get_caller_addr
For example, an error occurs when using the following as a callable_point.
#[callable_point] fn add_event(deps: DepsMut, _env: Env) { ...... }
= note: rust-lld: error: function signature mismatch: add_event .... ....
Sorry, something went wrong.
No branches or pull requests
Information needed
The text was updated successfully, but these errors were encountered: