]> git.proxmox.com Git - rustc.git/blame_incremental - src/test/ui/issues/issue-16683.nll.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-16683.nll.stderr
... / ...
CommitLineData
1error: lifetime may not live long enough
2 --> $DIR/issue-16683.rs:4:9
3 |
4LL | trait T<'a> {
5 | -- lifetime `'a` defined here
6LL | fn a(&'a self) -> &'a bool;
7LL | fn b(&self) {
8 | - let's call the lifetime of this reference `'1`
9LL | self.a();
10 | ^^^^^^^^ argument requires that `'1` must outlive `'a`
11
12error: aborting due to previous error
13