-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add structured suggestions for various "use" suggestions #46035
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
@bors r+ |
📌 Commit b83cad5 has been approved by |
⌛ Testing commit b83cad55c76da792a99a9a435886eb5028a0f4ac with merge ccea48ed23af6c9c456ba35da02c3216f1d78d0c... |
💔 Test failed - status-travis |
src/test/ui/issue-35976.stderr
Outdated
@@ -4,8 +4,10 @@ error: the `wait` method cannot be invoked on a trait object | |||
24 | arg.wait(); | |||
| ^^^^ | |||
| |
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.
This line needs to be deleted due to recent contributions:
error: the `wait` method cannot be invoked on a trait object
--> $DIR/issue-35976.rs:24:9
|
24 | arg.wait();
| ^^^^
- |
help: another candidate was found in the following trait, perhaps add a `use` for it:
|
11 | use private::Future;
|
error: aborting due to previous error
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.
done
b83cad5
to
2c2891b
Compare
@bors r+ |
📌 Commit 2c2891b has been approved by |
⌛ Testing commit 2c2891b with merge bb7d5dd0904b3f3d60afba97dd057cd9f512f5b7... |
💔 Test failed - status-appveyor |
spurious?
|
@bors retry Not sure, but feels spurious |
Add structured suggestions for various "use" suggestions r? @petrochenkov
☀️ Test successful - status-appveyor, status-travis |
r? @petrochenkov