summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-4968.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-4968.stderr')
-rw-r--r--tests/ui/issues/issue-4968.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/issues/issue-4968.stderr b/tests/ui/issues/issue-4968.stderr
index bbaca4ed2..1ce033384 100644
--- a/tests/ui/issues/issue-4968.stderr
+++ b/tests/ui/issues/issue-4968.stderr
@@ -7,7 +7,7 @@ LL | fn main() {
LL | match 42 { A => () }
| -- ^
| | |
- | | expected integer, found tuple
+ | | expected integer, found `(isize, isize)`
| | `A` is interpreted as a constant, not a new binding
| | help: introduce a new binding instead: `other_a`
| this expression has type `{integer}`