blob: 98b04d179af678ff0d59bf674b51850e5328590f [file] [log] [blame]
fn main() {
[(); &(&'static: loop { |x| {}; }) as *const _ as usize]
//~^ ERROR: labels cannot use keyword names
//~| ERROR: type annotations needed
}