-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
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
_Atomic crashes bindgen even when blocklisted #2920
Comments
Potential solution could be generating |
We should probably just generate the underlying type for now. Maybe we should do something smarter but rust doesn't have generic atomics so it's going to be a bit of a whack-a-mole. |
#2921 has an initial pass at not crashing here at least. |
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
I expect bindgen to ignore the
_Atomic
type as it is on a blocklist:In addition, I think the panic message is confusing and should be more like "_Atomic types are not supported" or something similar.
The text was updated successfully, but these errors were encountered: