about summary refs log tree commit diff
path: root/tests/ui/moves/recreating-value-in-loop-condition.rs
AgeCommit message (Expand)AuthorLines
2024-03-17Add `HELP` to testEsteban Küber-0/+6
2024-03-17Point at `continue` and `break` that might be in the wrong placeEsteban Küber-0/+2
2024-03-17Detect when move of `!Copy` value occurs within `loop` and should likely not ...Esteban Küber-0/+57