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
Right now, any pub struct is replaced with an import, but that import may not be resolvable if any parent module is not public. We should keep track of whether the parent module is public and generate the code appropriately.