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
Auto merge of rust-lang#916 - fitzgen:check-if-num-template-args-is-loaded, r=fitzgen
Check if `clang_Type_getNumTemplateArguments` is loaded before use
Older clang don't have it, and while we can't pass our whole test suite with those older clangs, we can still generate simple C bindings, so it makes sense not to panic for C++ only things.
0 commit comments