-
Notifications
You must be signed in to change notification settings - Fork 708
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
Add flag to ignore type blocklist when computing derive information #2003
Conversation
This PR may not be sufficient, will provide additional tests later. |
So the main problem is that when using external crates to provide Rust definitions as in #1454 (comment), bindgen can't know what traits are/aren't implemented by those crates. I don't think there's a way around implementing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Uh sorry but this was not meant to be merged anymore, see my last comment. |
Ah, I assumed that given the other patches and this was open, it was intended to be merged after all. I'll revert, thanks. |
…mation" This reverts commit 7286c81, because it was not intended to be merged after all, see #2003 (comment).
Fixes #1454
I also prototyped adding the following method to
ParseCallbacks
but I think this PR is nicer: