blob: 5a549bb07ea33069b77d9352e572321017462660 [file] [log] [blame]
fn main() {
&panic!()
//~^ ERROR mismatched types
//~| expected type `()`
//~| found type `&_`
//~| expected (), found reference
}