diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-27 06:44:30 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-27 06:49:07 +0100 |
| commit | c858593ed013127ab35c7d5777156fe9f24a3717 (patch) | |
| tree | 23952fd9505d128520ed934a54157e1091018019 /src/test/ui/missing | |
| parent | 3b1d7351186a073c72e4be3c7d7b7ab8f1f10c58 (diff) | |
non-exhastive diagnostic: add note re. scrutinee type
Diffstat (limited to 'src/test/ui/missing')
| -rw-r--r-- | src/test/ui/missing/missing-items/issue-40221.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/missing/missing-items/issue-40221.stderr b/src/test/ui/missing/missing-items/issue-40221.stderr index 8e5286f2100..98efe805a0b 100644 --- a/src/test/ui/missing/missing-items/issue-40221.stderr +++ b/src/test/ui/missing/missing-items/issue-40221.stderr @@ -11,6 +11,7 @@ LL | match proto { | ^^^^^ pattern `C(QA)` not covered | = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms + = note: the matched value is of type `P` error: aborting due to previous error |
