]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-15129.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-15129.stderr
index 7ee369085202bc4db625073b9ef75e0295161c04..b93fa14db0387b8568ec70acffab4d8e08ce36eb 100644 (file)
@@ -3,6 +3,8 @@ error[E0004]: non-exhaustive patterns: `(T1(()), V2(_))` not covered
    |
 LL |     match (T::T1(()), V::V2(true)) {
    |           ^^^^^^^^^^^^^^^^^^^^^^^^ pattern `(T1(()), V2(_))` not covered
+   |
+   = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
 
 error: aborting due to previous error