Skip to content

Comments

rhs of short-circuit expression doesn't always run#16463

Merged
Jarcho merged 1 commit intorust-lang:masterfrom
samueltardieu:issues/16462
Jan 25, 2026
Merged

rhs of short-circuit expression doesn't always run#16463
Jarcho merged 1 commit intorust-lang:masterfrom
samueltardieu:issues/16462

Conversation

@samueltardieu
Copy link
Member

@samueltardieu samueltardieu commented Jan 25, 2026

changelog: [never_loop]: rhs of short-circuit expression doesn't always run

Fixes #16462

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 25, 2026
@rustbot
Copy link
Collaborator

rustbot commented Jan 25, 2026

r? @Jarcho

rustbot has assigned @Jarcho.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Copy link
Contributor

@Jarcho Jarcho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jarcho Jarcho added this pull request to the merge queue Jan 25, 2026
Merged via the queue into rust-lang:master with commit 187893e Jan 25, 2026
11 of 13 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 25, 2026
@samueltardieu samueltardieu deleted the issues/16462 branch January 25, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

never_loop fires from break on the RHS of lazy boolean operator

3 participants