about summary refs log tree commit diff
path: root/src/test/ui/break-outside-loop.rs
AgeCommit message (Collapse)AuthorLines
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-1/+3
This commit modifies resolve to disallow `break`/`continue` to labels through closures or async blocks. This doesn't make sense and should have been prohibited anyway. Signed-off-by: David Wood <david@davidtw.co>
2019-10-17Avoid ICE when checking `Destination` of `break` inside a closureEsteban Küber-0/+8
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+35