-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Remove redundant vec implementations traits #4223
Comments
Not critical for 0.6; removing milestone |
@cmr: I'm having trouble remembering, to be honest. I think this was about the fact that we had to copy-paste implementations for
The reason we have to do this is that our handling of generic functions cannot automatically coerce a generic argument of type |
Sounds like this is probably obsolete. |
Agreed, this stuff will need to be redone as a whole. I have an issue open about generalizing it for |
vec.rs
has a couple redundant implementations of various traits that are needed until #4148 is fixed.The text was updated successfully, but these errors were encountered: