]> git.proxmox.com Git - rustc.git/blame - src/test/ui/object-lifetime/object-lifetime-default-elision.nll.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / object-lifetime / object-lifetime-default-elision.nll.stderr
CommitLineData
b7449926
XL
1error: unsatisfied lifetime constraints
2 --> $DIR/object-lifetime-default-elision.rs:81:5
3 |
4LL | fn load3<'a,'b>(ss: &'a SomeTrait) -> &'b SomeTrait {
5 | -- -- lifetime `'b` defined here
6 | |
7 | lifetime `'a` defined here
8...
9LL | ss
10 | ^^ returning this value requires that `'a` must outlive `'b`
11
12error: aborting due to previous error
13