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
The underlying issue was apparently fixed. However, the fix relies on the final build being done with a recent version of rustc, so we need to promise bindgen that we'll use such a version. E.g.:
Input C/C++ Header
I take it from llvm/clang header.
Bindgen Invokation
Actual Results
Expected Results
All generated tests should be "green".
$ bindgen --version
bindgen 0.22.1
I also tried 1320efe, but it also generate failed test.
The text was updated successfully, but these errors were encountered: