1 2 3 4 5 6 7
fn main() { &panic!() //~^ ERROR mismatched types //~| expected unit type `()` //~| found reference `&_` //~| expected `()`, found `&_` }