blob: cfffcd13851b8fcb355deadb217561d878b484a2 [file] [log] [blame]
error[E0532]: expected tuple struct or tuple variant, found unit variant `Color::NoColor`
--> $DIR/match-pattern-field-mismatch-2.rs:12:11
|
LL | Color::NoColor(_) => { }
| ^^^^^^^^^^^^^^ not a tuple struct or tuple variant
error: aborting due to previous error
For more information about this error, try `rustc --explain E0532`.