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
tmpfs
changed the title
Field has incomplete type for recursive types definitions (declaration order))
Field has incomplete type for recursive types definitions (declaration order)
May 17, 2023
When declaring recursive type definitions it appears that the
typedef
's are declared in the wrong order causing this error:Please see this issue for more context.
The type definitions without irrelevant fields look like this roughly:
Here is the complete header file (generated using
flutter_rust_bridge_codegen
- which calls out tocbindgen
) when I don't apply my fix inbuild.rs
:This is the generated rust file that is being used to creating the bindings:
The text was updated successfully, but these errors were encountered: