summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr')
-rw-r--r--src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr b/src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr
deleted file mode 100644
index 6d8ab2c3f..000000000
--- a/src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: lifetime may not live long enough
- --> $DIR/project-fn-ret-contravariant.rs:39:4
- |
-LL | fn baz<'a,'b>(x: &'a u32) -> &'static u32 {
- | -- lifetime `'a` defined here
-LL | bar(foo, x)
- | ^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
-
-error: aborting due to previous error
-