rust/src/test/ui/missing-items/issue-40221.stderr

10 lines
320 B
Plaintext
Raw Normal View History

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
| ^^^^^ pattern `C(QA)` not covered
error: aborting due to previous error
2018-02-19 14:40:25 -06:00
If you want more information on this error, try using "rustc --explain E0004"