Uh oh!
There was an error while loading. Please reload this page.
Fix invalid suggestion of changing impl trait signature - #85100
Conversation
rust-highfive
commented
May 9, 2021
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @matthewjasper (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
hkalbasi
commented
May 9, 2021
Seems @matthewjasper is busy (from github contributions). May I request another reviewer? |
Uh oh!
There was an error while loading. Please reload this page.
Aaron1011
commented
May 9, 2021
Thank you for your contribution! There's a large amount of rightward drift in the diff. If it's still there after you switch to |
hkalbasi
commented
May 10, 2021
I moved the logic to a function so right drift is almost solved. I don't think it helps to use @rustbot label -S-waiting-on-author +S-waiting-on-review |
Uh oh!
There was an error while loading. Please reload this page.
Aaron1011
commented
May 10, 2021
I see what you mean about still needing to use the HIR to get the trait method argument span. However, using |
hkalbasi
commented
May 10, 2021
@Aaron1011 Is it now ok? |
Aaron1011
commented
May 10, 2021
bors
commented
May 10, 2021
📌 Commit 8f5585a has been approved by |
Fix invalid suggestion of changing impl trait signature Fixrust-lang#68049
JohnTitor
commented
May 11, 2021
Failed in rollup: #85163 (comment) |
This comment has been minimized.
This comment has been minimized.
hkalbasi
commented
May 11, 2021
I thought |
This comment has been minimized.
This comment has been minimized.
hkalbasi
commented
May 11, 2021
What is happening here? |
JohnTitor
commented
May 11, 2021
IIRC |
This comment has been minimized.
This comment has been minimized.
hkalbasi
commented
May 11, 2021
But trailing space is the easiest one I think. Maybe it is a bug? |
JohnTitor
commented
May 11, 2021
Nah, it isn't a bug, |
hkalbasi
commented
May 11, 2021
@rustbot label -S-waiting-on-author +S-waiting-on-review |
JohnTitor
commented
May 11, 2021
Could you squash extra formatting commits into the existing one to clean up the commit log? Once it's done, I'll back this into the queue. |
hkalbasi
commented
May 11, 2021
Done |
JohnTitor
commented
May 11, 2021
Thanks! @bors r=Aaron1011 |
bors
commented
May 11, 2021
📌 Commit 1f20966 has been approved by |
bors
commented
May 11, 2021
bors
commented
May 11, 2021
☀️ Test successful - checks-actions |
Fix#68049