mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
cb541dc12c
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>