Vadim Petrochenkov
|
b3f75353a2
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
|
Michael Goulet
|
91acacf85b
|
Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck
|
2024-07-26 14:41:56 -04:00 |
|
Esteban Küber
|
dfe28debb9
|
Account for assign binops in clone suggestions
Explicitly look for `expr += other_expr;` and avoid suggesting
`expr.clone() += other_expr;`, instead suggesting `expr += other_expr.clone();`.
|
2024-04-11 16:41:41 +00:00 |
|
Esteban Küber
|
b83ebea5de
|
Update test to show incorrecct += clone suggestion
|
2024-04-11 16:41:41 +00:00 |
|
Esteban Küber
|
656db98bd9
|
Tweak E0597
CC #99430
|
2023-01-15 19:46:20 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|