summaryrefslogtreecommitdiffstats
path: root/tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr')
-rw-r--r--tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr b/tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
index b285ee1f3..b0231d91b 100644
--- a/tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
+++ b/tests/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
@@ -9,6 +9,6 @@ LL | (x, y) = &(1, 2);
= note: expected reference `&({integer}, {integer})`
found tuple `(_, _)`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.