about summary refs log tree commit diff
path: root/tests/ui/moves/nested-loop-moved-value-wrong-continue.stderr
AgeCommit message (Expand)AuthorLines
2025-04-07compiletest: Avoid ignoring empty diagnostics in one more placeVadim Petrochenkov-6/+6
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-2/+2
2024-03-17Point at `continue` and `break` that might be in the wrong placeEsteban Küber-2/+50
2024-03-17Detect when move of `!Copy` value occurs within `loop` and should likely not ...Esteban Küber-0/+35