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

"manually" implement PartialEq when it cannot be derived #879

Closed
fitzgen opened this issue Aug 1, 2017 · 2 comments
Closed

"manually" implement PartialEq when it cannot be derived #879

fitzgen opened this issue Aug 1, 2017 · 2 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Aug 1, 2017

Depends on #878.

We should be conservative and only implement this when the reason we cannot derive is because we're hitting the array length derive limit and similar easy cases. We can't know all the corner cases for types we have no knowledge of, and we shouldn't try.

@pepyakin
Copy link
Contributor

@highfive: assign me

@highfive
Copy link

Hey @pepyakin! Thanks for your interest in working on this issue. It's now assigned to you!

bors-servo pushed a commit that referenced this issue Oct 2, 2017
Derive partialeq "manually" when possible

Fixes #879

r? @fitzgen
bors-servo pushed a commit that referenced this issue Oct 2, 2017
Derive partialeq "manually" when possible

Fixes #879

r? @fitzgen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants