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
E.g. cargo build-bpf --features cpi in tutorials/basic-0/programs/basic-0 leads to:
cargo build-bpf --features cpi
tutorials/basic-0/programs/basic-0
error[E0107]: this struct takes 0 lifetime arguments but 1 lifetime argument was supplied --> programs/basic-0/src/lib.rs:5:1 | 5 | #[program] | ^^^^^^^^^^- help: remove these generics | | | expected 0 lifetime arguments |
#1598 is passing an account for no reason to avoid this.
The text was updated successfully, but these errors were encountered:
cpi
paul-schaaf
Successfully merging a pull request may close this issue.
E.g.
cargo build-bpf --features cpi
intutorials/basic-0/programs/basic-0
leads to:#1598 is passing an account for no reason to avoid this.
The text was updated successfully, but these errors were encountered: