blob: 2d9c9a5e52049801bda1b2f8a184ed80457f11ca [file] [log] [blame]
error: cannot use unions in constant patterns
--> $DIR/union-const-pat.rs:20:9
|
LL | C => {} //~ ERROR cannot use unions in constant patterns
| ^
error: aborting due to previous error