]> git.proxmox.com Git - rustc.git/blob - src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.nll.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / associated-types / cache / project-fn-ret-invariant.transmute.nll.stderr
1 error: lifetime may not live long enough
2 --> $DIR/project-fn-ret-invariant.rs:48:4
3 |
4 LL | fn baz<'a,'b>(x: Type<'a>) -> Type<'static> {
5 | -- lifetime `'a` defined here
6 ...
7 LL | bar(foo, x)
8 | ^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
9 |
10 = help: consider replacing `'a` with `'static`
11
12 error: aborting due to previous error
13