-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Use multipart_suggestions
more
#86754
Conversation
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
As much as I'd like to, I'm not going to have time to review a PR of this size for a while (I'm not sure how much of that diff is just error output changes, though, which isn't so bad). If anyone else has time, they're welcome to take this over :) |
@varkor no problem! Most of the diff is caused by the parent PR, until that is merged I would ignore this one. |
05d08c6
to
ed6537f
Compare
This comment has been minimized.
This comment has been minimized.
ed6537f
to
0f20ef4
Compare
@varkor I split out the part that is relevant and it should be relatively quick to review now. |
This comment has been minimized.
This comment has been minimized.
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.
r=me after fixing the nits and squashing the last (rebase fixup) commit into the previous commit.
8aad39c
to
890281d
Compare
This comment has been minimized.
This comment has been minimized.
890281d
to
abc1880
Compare
@bors r=varkor |
📌 Commit abc1880be2f32643d0ee39f4d04cbd64b5f8b088 has been approved by |
⌛ Testing commit abc1880be2f32643d0ee39f4d04cbd64b5f8b088 with merge deb5dcbb01afa031dab5e8ae9a388d235611ce4f... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
abc1880
to
13815bf
Compare
@bors r=varkor |
📌 Commit 13815bf25bbe0971c4426be0df72d156b717419b has been approved by |
⌛ Testing commit 13815bf25bbe0971c4426be0df72d156b717419b with merge a67334f083d40f5a739708c06b821695dfded0d3... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
* Use more accurate span for `async move` suggestion * Use more accurate span for deref suggestion * Use `multipart_suggestion` more often
13815bf
to
0b8f192
Compare
@bors r=varkor |
📌 Commit 0b8f192 has been approved by |
☀️ Test successful - checks-actions |
Use `multipart_suggestions` more Built on top of rust-lang#86532
Built on top of #86532