We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm sure the title is far too generic (no pun intended), but I'm not sure what else to call it.
Here's an example of the issue: http://is.gd/SpT2Db
It would be nice for new Rust users if we could see, in the error message, the name of the generic whose type could not be inferred, either like this:
error: unable to infer enough type information about `A`; type annotations or generic parameter binding required [E0282]
or like this:
Foo::<A>::baz();
or even this:
Foo::<_>::baz();
I think any of these would be useful for a new Rust user - as it is, it's easy to get frustrated - "Where's my use of _? There's nothing to fix!"
The text was updated successfully, but these errors were encountered:
Duplicate of #25633
Sorry, something went wrong.
No branches or pull requests
I'm sure the title is far too generic (no pun intended), but I'm not sure what else to call it.
Here's an example of the issue: http://is.gd/SpT2Db
It would be nice for new Rust users if we could see, in the error message, the name of the generic whose type could not be inferred, either like this:
or like this:
or even this:
I think any of these would be useful for a new Rust user - as it is, it's easy to get frustrated - "Where's my use of _? There's nothing to fix!"
The text was updated successfully, but these errors were encountered: