summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-fields-dupe.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs/struct-fields-dupe.stderr')
-rw-r--r--tests/ui/structs/struct-fields-dupe.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/struct-fields-dupe.stderr b/tests/ui/structs/struct-fields-dupe.stderr
index aaf2533dc..ee3874347 100644
--- a/tests/ui/structs/struct-fields-dupe.stderr
+++ b/tests/ui/structs/struct-fields-dupe.stderr
@@ -6,6 +6,6 @@ LL | foo: 0,
LL | foo: 0
| ^^^ used 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 E0062`.