-
Notifications
You must be signed in to change notification settings - Fork 21
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
Frontend crash: ImplExprPredNotFound on bounds on opaque types #684
Comments
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. |
We need to discuss that, I'm not sure this is still an bug. |
Ah, thanks for investigating. |
I am personally in favor of that |
Yeah, maybe that's the best thing to do, let's try it. |
Reproducer:
Open this code snippet in the playground
Crashes with:
Solution
We could use
param_env_reveal_all_normalized
, but that would tear down the opaque type abstraction.The text was updated successfully, but these errors were encountered: