summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/object/supertrait-lifetime-bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/object/supertrait-lifetime-bound.stderr')
-rw-r--r--tests/ui/traits/object/supertrait-lifetime-bound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/object/supertrait-lifetime-bound.stderr b/tests/ui/traits/object/supertrait-lifetime-bound.stderr
index ed2f86243..4fd7d2f0e 100644
--- a/tests/ui/traits/object/supertrait-lifetime-bound.stderr
+++ b/tests/ui/traits/object/supertrait-lifetime-bound.stderr
@@ -7,5 +7,5 @@ LL | fn test2<'a>() {
LL | test1::<dyn Bar<&'a u32>, _>();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
-error: aborting due to previous error
+error: aborting due to 1 previous error