rust-clippy/tests/ui/branches_sharing_code
Aneesh Kadiyala 543d56938e Make HirEqInterExpr::eq_block take comments into account
This commit:
- now makes `HirEqInterExpr::eq_block` take comments into account. Identical code with varying comments will no longer be considered equal.
- makes necessary adjustments to UI tests.
2024-01-02 11:30:20 +05:30
..
false_positives.rs Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup 2022-07-18 09:39:37 +02:00
shared_at_bottom.rs add tests, lint on while let true and matches!(.., true) 2023-12-16 17:40:32 +01:00
shared_at_bottom.stderr add tests, lint on while let true and matches!(.., true) 2023-12-16 17:40:32 +01:00
shared_at_top.rs Make HirEqInterExpr::eq_block take comments into account 2024-01-02 11:30:20 +05:30
shared_at_top.stderr Make HirEqInterExpr::eq_block take comments into account 2024-01-02 11:30:20 +05:30
shared_at_top_and_bottom.rs Automatic generation of error annotations for ui tests 2023-08-22 17:18:11 +02:00
shared_at_top_and_bottom.stderr Automatic generation of error annotations for ui tests 2023-08-22 17:18:11 +02:00
valid_if_blocks.rs Make HirEqInterExpr::eq_block take comments into account 2024-01-02 11:30:20 +05:30
valid_if_blocks.stderr Make HirEqInterExpr::eq_block take comments into account 2024-01-02 11:30:20 +05:30