-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix incorrect outer function type parameter message #53960
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
cc @nagisa |
src/librustc_resolve/lib.rs
Outdated
}) { | ||
err.span_label( | ||
reduce_impl_span_to_impl_keyword(cm, impl_span), | ||
"`Self` type implicitly declared here, on the `impl`", |
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.
s/on the/by this/
This seems good to merge with fixed wording. |
@bors r=nagisa |
📌 Commit bebecf8 has been approved by |
Fix incorrect outer function type parameter message Fix rust-lang#51303.
Fix incorrect outer function type parameter message Fix rust-lang#51303.
Fix incorrect outer function type parameter message Fix #51303.
☀️ Test successful - status-appveyor, status-travis |
Fix #51303.