12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
|
error[E0308]: mismatched types
|
||
|
--> $DIR/const.rs:26:9
|
||
|
|
|
||
|
26 | FOO => {},
|
||
|
| ^^^ expected &Foo, found struct `Foo`
|
||
|
|
|
||
|
= note: expected type `&Foo`
|
||
|
found type `Foo`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|