-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Unusual request for a Sized bound #18258
Comments
This was also a recent regression, the code used to compile. |
cc @nick29581 |
cc @nikomatsakis if this is a recent regression, I suspect more multi-dispatch issues |
weird. |
This seems to be the most interesting part:
|
Sounds like a missing substitution somewhere. |
Possible dup of #18209. |
Verified dup of #18209 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the code below, if type parameters are explicitly specified then the compilation succeeds, but if left to inference the compilation will fail.
The text was updated successfully, but these errors were encountered: