blob: 883c4329f4db6e3b37cb5e1faccbe96617b43412 (
plain)
1
2
3
4
5
6
7
8
|
error[E0004]: non-exhaustive patterns: `C(QA)` not covered
--> $DIR/issue-40221.rs:21:11
|
21 | match proto { //~ ERROR non-exhaustive patterns
| ^^^^^ pattern `C(QA)` not covered
error: aborting due to previous error
|