summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0730.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0730.stderr')
-rw-r--r--tests/ui/error-codes/E0730.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0730.stderr b/tests/ui/error-codes/E0730.stderr
index 067e8c57c..5e996ac35 100644
--- a/tests/ui/error-codes/E0730.stderr
+++ b/tests/ui/error-codes/E0730.stderr
@@ -4,6 +4,6 @@ error[E0730]: cannot pattern-match on an array without a fixed length
LL | [1, 2, ..] => true,
| ^^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0730`.