summaryrefslogtreecommitdiffstats
path: root/tests/ui/structs/struct-fields-too-many.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs/struct-fields-too-many.stderr')
-rw-r--r--tests/ui/structs/struct-fields-too-many.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs/struct-fields-too-many.stderr b/tests/ui/structs/struct-fields-too-many.stderr
index 9342607eb..838917474 100644
--- a/tests/ui/structs/struct-fields-too-many.stderr
+++ b/tests/ui/structs/struct-fields-too-many.stderr
@@ -6,6 +6,6 @@ LL | bar: 0
|
= note: all struct fields are already assigned
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0560`.