Skip to content

Fix solving <impl Trait as Trait>::AssocType #473

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

Merged
merged 1 commit into from
May 26, 2020

Conversation

flodiebold
Copy link
Member

... if the impl Trait is represented as an AliasTy itself, instead of a placeholder.

I couldn't actually write a test for this that fails here, because chalk-integration represents opaque types as placeholders (i.e. application types with TypeName::OpaqueTy) immediately, instead of using AliasTy. I'm not sure that's correct?

... if the `impl Trait` is represented as an `AliasTy` itself, instead of a
placeholder.

I couldn't actually write a test for this that fails here, because
chalk-integration represents opaque types as placeholders (i.e. application
types with `TypeName::OpaqueTy`) immediately, instead of using `AliasTy`. I'm
not sure that's correct?
Copy link
Member

@jackh726 jackh726 left a comment

Choose a reason for hiding this comment

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

LGTM

@jackh726 jackh726 merged commit a9e2e0b into rust-lang:master May 26, 2020
@flodiebold flodiebold deleted the opaque-ty-alias-projection branch May 27, 2020 10:24
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.

2 participants