-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Poor error message for unconstrained bounds #17849
Labels
Comments
aturon
added
A-typesystem
Area: The type system
A-DSTs
Area: Dynamically-sized types (DSTs)
labels
Oct 7, 2014
aturon
changed the title
Strange error about inferring
Poor error message for unconstrained bounds
Oct 7, 2014
Sized
This is happening because, due to the semicolon, the type arguments for |
This is the same problem as #17567, although a different example. Not sure if we can fix with the same fix, so I'll leave this open for now. |
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Aug 13, 2024
internal: Move some main crate stuff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The following program:
generates the following error:
The text was updated successfully, but these errors were encountered: