about summary refs log tree commit diff
path: root/tests/ui/inference/cannot-infer-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/inference/cannot-infer-closure.stderr')
-rw-r--r--tests/ui/inference/cannot-infer-closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/inference/cannot-infer-closure.stderr b/tests/ui/inference/cannot-infer-closure.stderr
index a4b818e6e2b..507a70c1bac 100644
--- a/tests/ui/inference/cannot-infer-closure.stderr
+++ b/tests/ui/inference/cannot-infer-closure.stderr
@@ -9,6 +9,6 @@ help: consider specifying the generic arguments
 LL |         Ok::<(), E>(b)
    |           +++++++++
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0282`.