2018-12-16 21:21:47 -06:00
|
|
|
error[E0532]: expected tuple struct/variant, found unit variant `Color::NoColor`
|
2018-08-08 07:28:26 -05:00
|
|
|
--> $DIR/match-pattern-field-mismatch-2.rs:22:11
|
|
|
|
|
|
2018-12-16 21:21:47 -06:00
|
|
|
LL | Color::NoColor(_) => { }
|
|
|
|
| ^^^^^^^^^^^^^^ not a tuple struct/variant
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0532`.
|