-
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
Can't provide non-overlapping trait impls based on assoc type trait bound #23341
Labels
Comments
steveklabnik
added
A-type-system
Area: Type system
A-trait-system
Area: Trait system
labels
Mar 19, 2015
still occur this error in |
sanxiyn
changed the title
Can't provide non-overlpping trait impls based on assoc type trait bound
Can't provide non-overlapping trait impls based on assoc type trait bound
Sep 30, 2016
I've hit this bug too: https://github.com/dhardy/rand/blob/master/src/distributions/default.rs#L41 |
Let's continue to track this under #20400 -- the resolution will surely be the same and it's better to keep the relevant discussion in one place. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fails with
See playpen.
Since
u8
does not implementBar
, the impl-s are actually non-overlapping.Possibly related to #20400.
The text was updated successfully, but these errors were encountered: