blob: 1e649a556e01de0f3177be8a305a82dd92c77e24 [file] [log] [blame]
fn main() {
[(); &(&'static: loop { |x| {}; }) as *const _ as usize]
//~^ ERROR: invalid label name `'static`
//~| ERROR: `loop` is not allowed in a `const`
//~| ERROR: type annotations needed
}