12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
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(s)
|
||
|
|