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 inner struct is not generated, but the reference to it is used, so the Rust code doesn't compile.
error[E0412]: cannot find type s__bindgen_ty_1_inner in this scope
--> foo.rs:11:16
|
11 | pub field: s__bindgen_ty_1_inner,
| ^^^^^^^^^^^^^^^^^^^^^ did you mean s__bindgen_ty_1?
The commit 7e1b7d9 broke this code:
Input C/C++ Header
(this is from libvpx)
The
inner
struct is not generated, but the reference to it is used, so the Rust code doesn't compile.RUST_LOG=bindgen
OutputThe text was updated successfully, but these errors were encountered: