about summary refs log tree commit diff
path: root/tests/ui/duplicate/duplicate-parameter.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/duplicate/duplicate-parameter.stderr')
-rw-r--r--tests/ui/duplicate/duplicate-parameter.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/duplicate/duplicate-parameter.stderr b/tests/ui/duplicate/duplicate-parameter.stderr
index f3ef0bcf3a0..413d8b6f8a4 100644
--- a/tests/ui/duplicate/duplicate-parameter.stderr
+++ b/tests/ui/duplicate/duplicate-parameter.stderr
@@ -4,6 +4,6 @@ error[E0415]: identifier `a` is bound more than once in this parameter list
 LL | fn f(a: isize, a: isize) {}
    |                ^ used as parameter more than once
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0415`.