about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-04 04:18:15 +0000
committerbors <bors@rust-lang.org>2024-10-04 04:18:15 +0000
commit11ee3a830b8537976d54805331cc626604afbb63 (patch)
tree3684d3c93caeab1455d771aebd3d551e3e879caf /compiler/rustc_parse/src/errors.rs
parent7067e4aee45c18cfa1c6af3bf79bd097684fb294 (diff)
parentf0bfba258330884df9c9d14a0aafd741ca9bbdc9 (diff)
downloadrust-11ee3a830b8537976d54805331cc626604afbb63.tar.gz
rust-11ee3a830b8537976d54805331cc626604afbb63.zip
Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot
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.
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions