summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr')
-rw-r--r--src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr b/src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr
deleted file mode 100644
index b64cb2c3d..000000000
--- a/src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.stderr
+++ /dev/null
@@ -1,15 +0,0 @@
-error: lifetime may not live long enough
- --> $DIR/project-fn-ret-invariant.rs:52:5
- |
-LL | fn baz<'a, 'b>(x: Type<'a>) -> Type<'static> {
- | -- lifetime `'a` defined here
-...
-LL | bar(foo, x)
- | ^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
- |
- = note: requirement occurs because of the type `Type<'_>`, which makes the generic argument `'_` invariant
- = note: the struct `Type<'a>` is invariant over the parameter `'a`
- = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
-
-error: aborting due to previous error
-