Skip to content

Commit

Permalink
Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot
Browse files Browse the repository at this point in the history
Disable jump threading `UnOp::Not` for non-bool

Fix #131195, where jumpthreading was optimizing `!a == b` into `a != b` for non-bool, where this is definitely not true.
  • Loading branch information
bors committed Oct 4, 2024
2 parents 6c21677 + 6226aa9 commit fc7db14
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fc7db14

Please sign in to comment.