summary refs log tree commit diff
path: root/src/test/ui/missing-items/issue-40221.stderr
blob: fc90c8a2b20bebc39cc4029febe377213a1c61da (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 {
   |           ^^^^^ pattern `C(QA)` not covered

error: aborting due to previous error