error[E0308]: mismatched types
--> $DIR/issue-5500.rs:12:5
|
12 | &panic!()
| ^^^^^^^^^ expected (), found reference
= note: expected type `()`
found type `&_`
error: aborting due to previous error