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's a shame that bindgen can't handle static inline functions and c2rust can't handle macros :(
It would save us a lot hassle if we can just call into static inline functions.
and:
Idea: can we do some text processing, e.g. look into binding_generated.rs and generate a helper function only if it's missing in the generated binding?
E.g. add these only if errname is not showing up in binding_generated.rs:
From @nbdd0121 #346 (comment):
and:
The text was updated successfully, but these errors were encountered: