mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
df88f7e02c
Recover labels written as identifiers This adds recovery for `break label expr` and `continue label`, as well as a test for `break label`.