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