Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rust] Structs cannot include structs from other namespaces #169

Closed
TethysSvensson opened this issue Jan 17, 2023 · 0 comments · Fixed by #172
Closed

[Rust] Structs cannot include structs from other namespaces #169

TethysSvensson opened this issue Jan 17, 2023 · 0 comments · Fixed by #172

Comments

@TethysSvensson
Copy link
Collaborator

The following two flatbuffer files will generate invalid code:

a.fbs:

namespace A;

struct Foo { x: uint8; }

b.fbs:

include "a.fbs";

struct Bar { x: A.Foo; }
TethysSvensson added a commit that referenced this issue Feb 3, 2023
@TethysSvensson TethysSvensson mentioned this issue Feb 3, 2023
4 tasks
TethysSvensson added a commit that referenced this issue Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant