summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr')
-rw-r--r--tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr b/tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr
index 151564c3b..f3f9962f1 100644
--- a/tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr
+++ b/tests/ui/type-alias-impl-trait/implied_bounds_closure.stderr
@@ -7,5 +7,5 @@ LL | let t = into_impl(x);
LL | helper(|_| t)
| ^ returning this value requires that `'a` must outlive `'static`
-error: aborting due to previous error
+error: aborting due to 1 previous error