about summary refs log tree commit diff
path: root/tests/ui/traits/as-struct-constructor.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/as-struct-constructor.stderr')
-rw-r--r--tests/ui/traits/as-struct-constructor.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/as-struct-constructor.stderr b/tests/ui/traits/as-struct-constructor.stderr
index d06e85f3a20..42353d210b4 100644
--- a/tests/ui/traits/as-struct-constructor.stderr
+++ b/tests/ui/traits/as-struct-constructor.stderr
@@ -4,6 +4,6 @@ error[E0574]: expected struct, variant or union type, found trait `TraitNotAStru
 LL |     TraitNotAStruct{ value: 0 };
    |     ^^^^^^^^^^^^^^^ not a struct, variant or union type
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0574`.