Skip to content
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

Merged
merged 2 commits into from
Feb 11, 2024

Conversation

J-ZhengLi
Copy link
Member

should fixes: #12016


changelog: [blocks_in_conditions] - fix FP on match with weird attr macro

This 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

@rustbot
Copy link
Collaborator

rustbot commented Dec 29, 2023

r? @giraffate

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Dec 29, 2023
@bors
Copy link
Contributor

bors commented Jan 18, 2024

☔ The latest upstream changes (presumably #12167) made this pull request unmergeable. Please resolve the merge conflicts.

@J-ZhengLi
Copy link
Member Author

Someone help me look at this plz?

@rustbot r? @rust-lang/clippy

@rustbot rustbot assigned y21 and unassigned giraffate Feb 9, 2024
@y21
Copy link
Member

y21 commented Feb 11, 2024

Thank you!
@bors r+

@bors
Copy link
Contributor

bors commented Feb 11, 2024

📌 Commit 4cc7b7e has been approved by y21

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 11, 2024

⌛ Testing commit 4cc7b7e with merge 9b20212...

@bors
Copy link
Contributor

bors commented Feb 11, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: y21
Pushing 9b20212 to master...

@bors bors merged commit 9b20212 into rust-lang:master Feb 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

await triggers blocks_in_conditions
5 participants