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

labelify the check_match errors #35308

Closed
wants to merge 3 commits into from

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Aug 4, 2016

@sophiajt
Copy link
Contributor

sophiajt commented Aug 4, 2016

@arielb1 - looks pretty good, though I notice you fix errors that other people have signed up for in the "help us fix errors" list: #35233

We may want to see if they can be fixed by these new volunteers.

@bors
Copy link
Contributor

bors commented Aug 5, 2016

☔ The latest upstream changes (presumably #35365) made this pull request unmergeable. Please resolve the merge conflicts.

expn_id: ex.span.expn_id
};
check_exhaustive(cx, match_span, &matrix, source);
check_exhaustive(cx, ex.span, &matrix, source);
Copy link
Member

Choose a reason for hiding this comment

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

ex.span is what we had before, and what we need here is actually scrut.span.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@arielb1
Copy link
Contributor Author

arielb1 commented Aug 8, 2016

closing this PR to see how this situation evolves.

@arielb1 arielb1 closed this Aug 8, 2016
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.

4 participants