rust/tests/ui/type-alias-impl-trait/structural-match-no-leak.st...

9 lines
184 B
Plaintext

error: `Bar` cannot be used in patterns
--> $DIR/structural-match-no-leak.rs:14:9
|
LL | LEAK_FREE => (),
| ^^^^^^^^^
error: aborting due to 1 previous error