summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/object/supertrait-lifetime-bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/traits/object/supertrait-lifetime-bound.stderr')
-rw-r--r--src/test/ui/traits/object/supertrait-lifetime-bound.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/traits/object/supertrait-lifetime-bound.stderr b/src/test/ui/traits/object/supertrait-lifetime-bound.stderr
deleted file mode 100644
index ed2f86243..000000000
--- a/src/test/ui/traits/object/supertrait-lifetime-bound.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: lifetime may not live long enough
- --> $DIR/supertrait-lifetime-bound.rs:10:5
- |
-LL | fn test2<'a>() {
- | -- lifetime `'a` defined here
-...
-LL | test1::<dyn Bar<&'a u32>, _>();
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`
-
-error: aborting due to previous error
-