1 2 3 4 5
fn main() { '_: loop { //~ ERROR labels cannot use keyword names break '_ //~ ERROR labels cannot use keyword names } }