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 Ord when we cannot derive it #885

Open
fitzgen opened this issue Aug 1, 2017 · 0 comments
Open

"manually" implement Ord when we cannot derive it #885

fitzgen opened this issue Aug 1, 2017 · 0 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Aug 1, 2017

Depends on #884.

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.

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

1 participant