rust/src/librustc_error_codes
David Wood cb541dc12c
resolve: disallow label use through closure/async
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>
2020-07-02 13:48:32 +01:00
..
error_codes resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
Cargo.toml Create new librustc_error_codes lib and move error codes declaration inside it 2019-11-14 13:05:42 +01:00
error_codes.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
lib.rs added try_find_description to distinguish no desc from invalid code 2020-02-29 11:53:51 -07:00