-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Add E0411, E0439, E0440, E0441, E0442 and E0443 error explanations #28060
Conversation
@Manishearth: I'm done here. |
57d9da3
to
acff540
Compare
☔ The latest upstream changes (presumably #28103) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -397,6 +397,55 @@ impl Bar { | |||
``` | |||
"##, | |||
|
|||
E0411: r##" | |||
`Self` keyword was used outside an impl or a trait. Erroneous code |
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.
The Self
keyword
@Manishearth: I fixed typo. I'll rebase as soon as I can. |
r=me post rebase |
f8ac6b8
to
544a701
Compare
544a701
to
ae0409b
Compare
@Manishearth: Squashed and updated ! |
@bors r+ rollup |
📌 Commit ae0409b has been approved by |
Part of #24407
r? @Manishearth