]> git.proxmox.com Git - rustc.git/blame - src/test/ui/regions/regions-implied-bounds-projection-gap-1.nll.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / regions / regions-implied-bounds-projection-gap-1.nll.stderr
CommitLineData
ff7c6d11 1error[E0309]: the parameter type `T` may not live long enough
04454e1e 2 --> $DIR/regions-implied-bounds-projection-gap-1.rs:20:5
ff7c6d11 3 |
48663c56 4LL | wf::<&'x T>();
04454e1e 5 | ^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds
ff7c6d11 6 |
04454e1e
FG
7help: consider adding an explicit lifetime bound...
8 |
9LL | fn func<'x, T:Trait1<'x> + 'x>(t: &'x T::Foo)
10 | ++++
ff7c6d11
XL
11
12error: aborting due to previous error
13
0531ce1d 14For more information about this error, try `rustc --explain E0309`.