summaryrefslogtreecommitdiffstats
path: root/tests/ui/union/union-const-pat.stderr
blob: e9dbb275944ae541a3a717388461960848311407 (plain)
1
2
3
4
5
6
7
8
error: cannot use unions in constant patterns
  --> $DIR/union-const-pat.rs:10:9
   |
LL |         C => {}
   |         ^

error: aborting due to 1 previous error