]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-types/cache/project-fn-ret-contravariant.transmute.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / associated-types / cache / project-fn-ret-contravariant.transmute.stderr
CommitLineData
923072b8
FG
1error: lifetime may not live long enough
2 --> $DIR/project-fn-ret-contravariant.rs:39:4
b7449926 3 |
b7449926 4LL | fn baz<'a,'b>(x: &'a u32) -> &'static u32 {
923072b8 5 | -- lifetime `'a` defined here
532ac7d7 6LL | bar(foo, x)
923072b8 7 | ^^^^^^^^^^^ returning this value requires that `'a` must outlive `'static`
b7449926
XL
8
9error: aborting due to previous error
10