about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0767.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2022-11-02Remove has_errors from FnCtxtMichael Goulet-4/+17
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-0/+14
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>