blob: 9695e1e3c07f5e7fd4356c82551f37bca07cb43b [file] [log] [blame]
error[E0532]: expected tuple struct/variant, found unit variant `E::A`
--> $DIR/issue-pr29383.rs:9:14
|
LL | Some(E::A(..)) => {}
| ^^^^ not a tuple struct/variant
error[E0532]: expected tuple struct/variant, found unit variant `E::B`
--> $DIR/issue-pr29383.rs:10:14
|
LL | Some(E::B(..)) => {}
| ^^^^ not a tuple struct/variant
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0532`.