Skip to content
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

Support impl Trait in trait resolution #1008

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Nadrieril
Copy link
Collaborator

Fixes #684 by fully revealing opaque types during trait resolution.

Copy link
Collaborator

@W95Psp W95Psp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that fix, calling with_reveal_all_normalized did the trick, that's good news 😃

@Nadrieril Nadrieril added this pull request to the merge queue Oct 16, 2024
Merged via the queue into hacspec:main with commit 21672cd Oct 16, 2024
13 checks passed
@Nadrieril Nadrieril deleted the resolve-impl-trait branch October 16, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frontend crash: ImplExprPredNotFound on bounds on opaque types
2 participants