-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyclic dependency with trait impl #1124
Comments
The F* produced here refers to |
I believe the issue is that the recursive bundle includes the trait and its implementation whereas it should not. |
This issue has been marked as stale due to a lack of activity for 60 days. If you believe this issue is still relevant, please provide an update or comment to keep it open. Otherwise, it will be closed in 7 days. |
@maximebuyse will investigate when #1199 is merged. |
This was fixed by #1199. The reproducer still does not lax-check though, but I documented the problem (which is different) in #1283 (comment). |
Open this code snippet in the playground
The text was updated successfully, but these errors were encountered: