]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/cache/project-fn-ret-invariant.transmute.nll.stderr
Change compare mode to use -Zborrowck=mir
[rust.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 error: aborting due to previous error
11