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
Looking at codegen for TypeKind::Alias in src/codegen/mod.rs, it seems to me code to handle #946 should compare canonical path, not canonical name, but I am not familiar enough with bindgen codebase to be sure.
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
The output does not compile. It seems to me something like
pub use root::ns::AB as AB;
is missing.The text was updated successfully, but these errors were encountered: