Handle different root contexts in SpanlessEq#15793
Conversation
|
Lintcheck changes for 14e481d
This comment will be updated if you push new changes |
|
The lintcheck change looks like the arms could technically be merged. It's no longer being matched because a variable passed in to |
This comment has been minimized.
This comment has been minimized.
|
I currently can't handle any reviews, sorry for the delay. I'll re-rotate and another team member will take this one. |
|
Error: Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
|
r? blyxyas Seems that the handler is failing for any assignation. I'll post a message on Zulip |
|
Error: Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
|
r? clippy |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5288848 to
dc70b3e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
r? clippy |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
View all comments
This is needed for
SpanlessEqto work correctly inside a macro expansion. The context selected for some of the lints may be wrong, but most of them don't handle macros correctly in the first place so this won't really be a regression. Without this changeSpanlessEqwould essentially assume the root context which isn't always correct.changelog: none