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
#include<string>// or any other std headervoidfunc1();
Bindgen Invocation
$ bindgen input.h --blocklist-item "std::.*" -- -x c++
Actual Results
panicked at '"type-parameter-0-0" is not a valid Ident', /home/supreme/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.51/src/fallback.rs:752:9
Expected Results
Successful binding generation without anything from std