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
Is there a reason why foo is not in the exported items set? If it's supposed to be, then changing self.prev_exported && a.vis == ast::Public here to (self.prev_exported && a.vis == ast::Public) || self.reexports.contains(&a.id) would fix this error as well:
playpen
The text was updated successfully, but these errors were encountered: