blob: 6ac5380a5aa23b0dcd7161a40741f9c639b29902 [file] [log] [blame] [edit]
fn main() {
[(); &(&'static: loop { |x| {}; }) as *const _ as usize]
//~^ ERROR: invalid label name `'static`
//~| ERROR: type annotations needed
}