mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
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
|
||
|
|