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