summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0026-teach.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0026-teach.stderr')
-rw-r--r--tests/ui/error-codes/E0026-teach.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0026-teach.stderr b/tests/ui/error-codes/E0026-teach.stderr
index 3d460490e..a496a7bde 100644
--- a/tests/ui/error-codes/E0026-teach.stderr
+++ b/tests/ui/error-codes/E0026-teach.stderr
@@ -8,6 +8,6 @@ LL | Thing { x, y, z } => {}
If you are using shorthand field patterns but want to refer to the struct field by a different name, you should rename it explicitly.
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0026`.