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

Fix false positive for never_loop struct expression fields #9002

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Fix false positive for never_loop struct expression fields #9002

merged 1 commit into from
Jun 15, 2022

Conversation

andylizi
Copy link
Contributor

Fixes #9001.

changelog: [never_loop]: Now checks for continue in struct expression

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 15, 2022
@Manishearth
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jun 15, 2022

📌 Commit a8370d4 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Jun 15, 2022

⌛ Testing commit a8370d4 with merge 71f2de9...

@bors
Copy link
Contributor

bors commented Jun 15, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Manishearth
Pushing 71f2de9 to master...

@bors bors merged commit 71f2de9 into rust-lang:master Jun 15, 2022
@andylizi andylizi deleted the fix-never-loop branch June 16, 2022 09:02
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.

never_loop false positive with struct expressions
4 participants