about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0597.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0597.stderr')
-rw-r--r--tests/ui/error-codes/E0597.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0597.stderr b/tests/ui/error-codes/E0597.stderr
index 82e3481b65a..d3206112bd0 100644
--- a/tests/ui/error-codes/E0597.stderr
+++ b/tests/ui/error-codes/E0597.stderr
@@ -14,6 +14,6 @@ LL | }
    |
    = note: values in a scope are dropped in the opposite order they are defined
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0597`.