summaryrefslogtreecommitdiffstats
path: root/tests/ui/suppressed-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suppressed-error.stderr')
-rw-r--r--tests/ui/suppressed-error.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suppressed-error.stderr b/tests/ui/suppressed-error.stderr
index c2874ae9a..11d70f8a4 100644
--- a/tests/ui/suppressed-error.stderr
+++ b/tests/ui/suppressed-error.stderr
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
LL | let (x, y) = ();
| ^^^^^^ -- this expression has type `()`
| |
- | expected `()`, found tuple
+ | expected `()`, found `(_, _)`
|
= note: expected unit type `()`
found tuple `(_, _)`