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
That is, if a function, type, or trait is re-exported, all the signatures involved should also be checked for type that are not also reachable from the same crate. Otherwise it is possible to get a value of a type that can not be named, which this error tries to prevent in the first place.