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
When collecting the set of impls in a mod that hasn't been resolved yet, you get an error when one of the impls implements an iface, since the ty_path for the iface doesn't have a def associated with it yet.
This should probably be fixed by moving the gathering of impls for imports into a pass after the normal resolution pass.
The text was updated successfully, but these errors were encountered:
When collecting the set of impls in a mod that hasn't been resolved yet, you get an error when one of the impls implements an iface, since the ty_path for the iface doesn't have a def associated with it yet.
This should probably be fixed by moving the gathering of impls for imports into a pass after the normal resolution pass.
The text was updated successfully, but these errors were encountered: