Skip to content
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

tracking issue: upstream bindgen issues affecting us #15

Open
4 tasks
jschwe opened this issue Aug 26, 2024 · 0 comments
Open
4 tasks

tracking issue: upstream bindgen issues affecting us #15

jschwe opened this issue Aug 26, 2024 · 0 comments

Comments

@jschwe
Copy link
Collaborator

jschwe commented Aug 26, 2024

  • opaque types should not autoderive copy and clone
  • --no-copy actually prevents derivation of copy AND clone. Currently no API to only derive clone, but not copy.
  • opaque types declared in different header files are incompatible in Rust (could be argued that this is not a bindgen issue)
  • structs containing a pointer should not autoderive copy

Todo: add links to the upstream issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant