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

error: aborting due to previous error