rust/tests
bors 2202493a67 Auto merge of #12626 - folkertdev:incorrect-boolean-simplification, r=blyxyas
fix incorrect suggestion for `!(a as type >= b)`

fixes #12625

The expression  `!(a as type >= b)` got simplified to `a as type < b`, but because of rust's parsing rules that `<` is interpreted as a start of generic arguments for `type`.  This is fixed by recognizing this case and adding extra parens around the left-hand side of the comparison.

changelog: [`nonminimal_bool`]: fix incorrect suggestion for  `!(a as type >= b)`
2024-04-08 11:05:09 +00:00
..
test_utils
ui Auto merge of #12626 - folkertdev:incorrect-boolean-simplification, r=blyxyas 2024-04-08 11:05:09 +00:00
ui-cargo
ui-internal
ui-toml Merge remote-tracking branch 'upstream/master' into rustup 2024-04-04 19:48:31 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Set RUSTC_ICE=0 in uitests and cargo dev lint 2024-04-01 17:05:55 +02:00
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs