summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-fields-decl-dupe.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs/struct-fields-decl-dupe.stderr')
-rw-r--r--tests/ui/structs/struct-fields-decl-dupe.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/struct-fields-decl-dupe.stderr b/tests/ui/structs/struct-fields-decl-dupe.stderr
index d7ce9bb89..3c25708a3 100644
--- a/tests/ui/structs/struct-fields-decl-dupe.stderr
+++ b/tests/ui/structs/struct-fields-decl-dupe.stderr
@@ -6,6 +6,6 @@ LL | foo: isize,
LL | foo: isize,
| ^^^^^^^^^^ field already declared
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0124`.