-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
still occur this error in |
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: