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