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 problem is that things get confused about whether the external type is tagged or not. This is another example of where having some types be tagged and others not causes problems.
The text was updated successfully, but these errors were encountered:
In our ext-types fixture we import a type named UniffiOneInterface which is defined via UDL in another crate
While that crate works, it fails if that same crate tries to refer to that type in a dictionary defined by a procmacro, eg:
fails with:
The problem is that things get confused about whether the external type is tagged or not. This is another example of where having some types be tagged and others not causes problems.
The text was updated successfully, but these errors were encountered: