-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add E0191, E0220 and E0232 error explanation #26879
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
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -1550,6 +1550,30 @@ impl Foo for Bar { | |||
``` | |||
"##, | |||
|
|||
E0191: r##" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to make the reason clearer (trait objects need to have all associated types specified).
@arielb1: Updated. |
// the trait `Trait`) must be specified | ||
``` | ||
|
||
Please verify you specified all associated types of the trait or that you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*and
r=me modulo grammar errors |
Squashed. |
Part of #24407.
r? @Manishearth