rust/tests/ui/type-alias-impl-trait/structural-match.stderr

9 lines
168 B
Plaintext

error: `Foo` cannot be used in patterns
--> $DIR/structural-match.rs:15:9
|
LL | VALUE => (),
| ^^^^^
error: aborting due to 1 previous error