summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/suggest-calling-rpit-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/suggest-calling-rpit-closure.stderr')
-rw-r--r--tests/ui/impl-trait/suggest-calling-rpit-closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/suggest-calling-rpit-closure.stderr b/tests/ui/impl-trait/suggest-calling-rpit-closure.stderr
index c10a856d8..b0ae10b8d 100644
--- a/tests/ui/impl-trait/suggest-calling-rpit-closure.stderr
+++ b/tests/ui/impl-trait/suggest-calling-rpit-closure.stderr
@@ -16,6 +16,6 @@ help: use parentheses to call this opaque type
LL | opaque()()
| ++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.