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
|
|
|
|