You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the variants wouldn't be associated constants when --no-prepend-enum-name is specified, but instead would be module constants. Since that would be a breaking change perhaps there could be a new flag like --newtype-global-enum. What do you think?
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
It would be nice if the variants wouldn't be associated constants when
--no-prepend-enum-name
is specified, but instead would be module constants. Since that would be a breaking change perhaps there could be a new flag like--newtype-global-enum
. What do you think?The text was updated successfully, but these errors were encountered: