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
unsafe extern "C"
Code generated by cc does not work with Rust Edition 2024 as extern "C" blocks now need to be unsafe.
cc
extern "C"
unsafe
Here is a related issue from the bindgen crate: rust-lang/rust-bindgen#3015
The text was updated successfully, but these errors were encountered:
Hmmm I didn't get it, which code generation are you referring to?
Is it the windows-sys bindings generated?
Sorry, something went wrong.
No branches or pull requests
Code generated by
cc
does not work with Rust Edition 2024 asextern "C"
blocks now need to beunsafe
.Here is a related issue from the bindgen crate: rust-lang/rust-bindgen#3015
The text was updated successfully, but these errors were encountered: