rust/src/test/ui/rfc-2005-default-binding-mode/const.stderr

12 lines
244 B
Plaintext
Raw Normal View History

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