-
Notifications
You must be signed in to change notification settings - Fork 747
current bindgen is broken for rust-mozjs #1
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
Comments
This should be fixed by #3. |
bors-servo
pushed a commit
that referenced
this issue
Jun 30, 2016
Add support for elaborated types. Things like JS::Latin1Char now show up as elaborated types and we need to use clang_Type_getNamedType to resolve them. This should fix #1.
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2016
parser: Disable conditionally class constants Part of the fix for #1
Ms2ger
pushed a commit
that referenced
this issue
Jul 1, 2016
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2016
Add support for elaborated types. Fixes #1.
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2016
Add support for elaborated types. Fixes #1.
Ms2ger
pushed a commit
that referenced
this issue
Jul 1, 2016
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2016
Add support for elaborated types. Fixes #1.
luser
pushed a commit
to luser/rust-bindgen
that referenced
this issue
Mar 27, 2017
bindgen: Restructure opaque and blacklisting so we can fix debug deriving
Merged
benesch
pushed a commit
to benesch/rust-bindgen
that referenced
this issue
Dec 23, 2021
…l-name Emit `bindgen_original_name` attributes for nested types
amanjeev
referenced
this issue
in amanjeev/rust-bindgen
Jan 11, 2023
…h-as-main gh action for merging main to master on pr merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It reports an error about the copyability of inlineStorageLatin1, but the real problem appears to be that while it translated the Latin1Char type correctly, inside the unions it just has them as c_void.
The text was updated successfully, but these errors were encountered: