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
This can help fix it by tracking the json file, unfortunately nightly and doesn't look like it is ready to be stabilized rust-lang/rust#99515
Scenario:
Dependency program has a new endpoint, update IDL, still no cpi method for it...
The solution right now is cargo clean then cargo build
cargo clean
cargo build
The text was updated successfully, but these errors were encountered:
You could also do this by using a build.rs file and check changes there
Sorry, something went wrong.
No branches or pull requests
This can help fix it by tracking the json file, unfortunately nightly and doesn't look like it is ready to be stabilized
rust-lang/rust#99515
Scenario:
Dependency program has a new endpoint, update IDL, still no cpi method for it...
The solution right now is
cargo clean
thencargo build
The text was updated successfully, but these errors were encountered: