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

Fix coherence issue with associated types in generic bound #538

Merged
merged 6 commits into from
Jun 29, 2020
Merged

Fix coherence issue with associated types in generic bound #538

merged 6 commits into from
Jun 29, 2020

Conversation

AzureMarker
Copy link
Member

@AzureMarker AzureMarker commented Jun 21, 2020

The normalize clause needs to be simplified, and may not be the right approach, but it works.

Fixes #515

The normalize clause needs to be simplified, and may not be 100%
correct.
It turns out the change wasn't needed.
chalk-solve/src/clauses.rs Outdated Show resolved Hide resolved
chalk-solve/src/clauses.rs Outdated Show resolved Hide resolved
chalk-solve/src/clauses.rs Outdated Show resolved Hide resolved
@AzureMarker AzureMarker requested a review from nikomatsakis June 28, 2020 16:57
@nikomatsakis nikomatsakis merged commit 145f8cb into rust-lang:master Jun 29, 2020
@AzureMarker AzureMarker deleted the fix/associated-types-coherence branch June 29, 2020 22:09
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.

Coherence issue with overlapping imps with assoc types
2 participants