]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/ty-outlives/ty-param-fn-body-nll-feature.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / nll / ty-outlives / ty-param-fn-body-nll-feature.stderr
1 error[E0309]: the parameter type `T` may not live long enough
2 --> $DIR/ty-param-fn-body-nll-feature.rs:31:5
3 |
4 LL | outlives(cell, t)
5 | ^^^^^^^^^^^^^^^^^
6 |
7 = help: consider adding an explicit lifetime bound `T: 'a`...
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0309`.