]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/ty-outlives/projection-where-clause-env-wrong-lifetime.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / ty-outlives / projection-where-clause-env-wrong-lifetime.stderr
CommitLineData
923072b8 1error[E0309]: the associated type `<T as MyTrait<'_>>::Output` may not live long enough
0bf4aa26
XL
2 --> $DIR/projection-where-clause-env-wrong-lifetime.rs:14:5
3 |
4LL | bar::<<T as MyTrait<'a>>::Output>()
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
923072b8
FG
7 = help: consider adding an explicit lifetime bound `<T as MyTrait<'_>>::Output: 'a`...
8 = note: ...so that the type `<T as MyTrait<'_>>::Output` will meet its required lifetime bounds
0bf4aa26
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0309`.