about summary refs log tree commit diff
path: root/tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr')
-rw-r--r--tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr b/tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr
index 2f3a150e5cb..664a00e3303 100644
--- a/tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr
+++ b/tests/ui/structs-enums/struct-enum-ignoring-field-with-underscore.stderr
@@ -9,5 +9,5 @@ help: to omit remaining fields, use `..`
 LL |     if let Some(Foo::Bar {..}) = foo {}
    |                           ~~
 
-error: aborting due to previous error
+error: aborting due to 1 previous error