Avoid mismatched types in generated Rust glue #2862
Unanswered
markszente
asked this question in
Q&A
Replies: 1 comment
-
It is not yet implemented to handle two structs of same name :/ b/c rust has quite complex name resolution logic and it is nontrivial to handle resolution of duplicated names. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, thanks for the library!
In my code, I have multiple Rust types of the same name across modules. It means that in
frb_generated.rsI'm seeing such errors:Is there any way to use these types without renaming them? I cannot ignore them.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions