-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
stop linting [blocks_in_conditions
] on match
with weird attr macro case
#12040
Conversation
r? @giraffate (rustbot has picked a reviewer for you, use r? to override) |
d933dab
to
48e2372
Compare
☔ The latest upstream changes (presumably #12167) made this pull request unmergeable. Please resolve the merge conflicts. |
Someone help me look at this plz? @rustbot r? @rust-lang/clippy |
48e2372
to
85f98e0
Compare
85f98e0
to
4cc7b7e
Compare
Thank you! |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
should fixes: #12016
changelog: [
blocks_in_conditions
] - fix FP onmatch
with weird attr macroThis might not be the best solution, as the root cause (i think?) is the
span
of block was incorrectly given by the compiler?I'm open to better solutions