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
#define FOO 3 #define BAR ((uint32_t)FOO) #define BAZ ((uint32_t)5)
$ bindgen input.h
pub const FOO: u32 = 3;
pub const FOO: u32 = 3; pub const BAR: u32 = 3; pub const BAZ: u32 = 5
This seems to be related to the type cast. Not sure why the values won't be produced
The text was updated successfully, but these errors were encountered:
Dupe of #316, see there for details.
There's progress on this in jethrogb/rust-cexpr#15
Sorry, something went wrong.
QuantumRange
bindings
No branches or pull requests
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
This seems to be related to the type cast. Not sure why the values won't be produced
The text was updated successfully, but these errors were encountered: