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

Taking ambiguous into account in disjoint #162

Closed
wants to merge 1 commit into from

Conversation

sunjay
Copy link
Member

@sunjay sunjay commented Jul 6, 2018

We only want to consider impls disjoint if we can unambiguously say that they are that way. Previously, we weren't doing that because is_some() would allow both Yes and Ambig as results. This change makes the handling explicit.

@sunjay sunjay requested a review from nikomatsakis July 6, 2018 23:30
@sunjay sunjay mentioned this pull request Jul 9, 2018
2 tasks
@sunjay
Copy link
Member Author

sunjay commented Jul 10, 2018

Just going to include this as part of #165 since it is pretty related.

@sunjay sunjay closed this Jul 10, 2018
@sunjay sunjay deleted the disjoint-ambig branch July 10, 2018 23:46
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.

1 participant