2017-03-05 18:18:22 -06:00
|
|
|
error[E0004]: non-exhaustive patterns: `C(QA)` not covered
|
|
|
|
--> $DIR/issue-40221.rs:21:11
|
|
|
|
|
|
2017-11-20 06:13:27 -06:00
|
|
|
21 | match proto { //~ ERROR non-exhaustive patterns
|
2017-03-05 18:18:22 -06:00
|
|
|
| ^^^^^ pattern `C(QA)` not covered
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2017-03-05 18:18:22 -06:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0004"
|