summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/structural-match.stderr
blob: 61287f268066e8b13e7e796b3ff6b8d2e0866eb5 (plain)
1
2
3
4
5
6
7
8
error: `Foo` cannot be used in patterns
  --> $DIR/structural-match.rs:15:9
   |
LL |         VALUE => (),
   |         ^^^^^

error: aborting due to previous error