]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/usefulness/tuple-struct-nonexhaustive.stderr
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / tuple-struct-nonexhaustive.stderr
index bbdf9ceed23a2685a9c219cfadbc98300f0c78ea..ca8f67f3c8df2d88c0de7448da6b4207dc035bdd 100644 (file)
@@ -8,6 +8,7 @@ LL |     match x {
    |           ^ pattern `Foo(_, _)` 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 `Foo`
 
 error: aborting due to previous error