blob: 437fb7bbc31316226588a7bf9a39a270010b7e65 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0004]: non-exhaustive patterns: `C(QA)` not covered
--> $DIR/issue-40221.rs:11:11
|
LL | match proto { //~ ERROR non-exhaustive patterns
| ^^^^^ pattern `C(QA)` not covered
error: aborting due to previous error
For more information about this error, try `rustc --explain E0004`.
|