Open
Description
Input C/C++ Header
#include <string> // or any other std header
void func1();
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