-
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
Adds help message in error for invalid impl for T
syntax
#58872
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Missing a ui test for this PR? |
I'll add one shortly, thanks for the reminder :) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
src/test/ui/issues/issue-56031.rs
Outdated
|
||
impl for T {} | ||
|
||
fn main() {} |
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.
Missing a newline here
c3406c0
to
b9f24d1
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
ping @petrochenkov |
b9f24d1
to
e19b228
Compare
I made some tweaks to improve recovery. @bors r+ |
📌 Commit e19b228 has been approved by |
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
Great! Thanks @petrochenkov 👍 |
…rochenkov Adds help message in error for invalid `impl for T` syntax Fixes rust-lang#56031.
…rochenkov Adds help message in error for invalid `impl for T` syntax Fixes rust-lang#56031.
…rochenkov Adds help message in error for invalid `impl for T` syntax Fixes rust-lang#56031.
…rochenkov Adds help message in error for invalid `impl for T` syntax Fixes rust-lang#56031.
…rochenkov Adds help message in error for invalid `impl for T` syntax Fixes rust-lang#56031.
Adds help message in error for invalid `impl for T` syntax Fixes #56031.
☀️ Test successful - checks-travis, status-appveyor |
Fixes #56031.