summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/infer-signature-from-impl.next.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/infer-signature-from-impl.next.stderr')
-rw-r--r--tests/ui/closures/infer-signature-from-impl.next.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/infer-signature-from-impl.next.stderr b/tests/ui/closures/infer-signature-from-impl.next.stderr
index 973517066..0866265cf 100644
--- a/tests/ui/closures/infer-signature-from-impl.next.stderr
+++ b/tests/ui/closures/infer-signature-from-impl.next.stderr
@@ -11,6 +11,6 @@ help: consider giving this closure parameter an explicit type
LL | needs_foo(|x: /* Type */| {
| ++++++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.