]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-16683.nll.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-16683.nll.stderr
1 error: borrowed data escapes outside of function
2   --> $DIR/issue-16683.rs:14:9
3    |
4 LL |     fn b(&self) {
5    |          ----- `self` is a reference that is only valid in the function body
6 LL |         self.a(); //~ ERROR cannot infer
7    |         ^^^^^^^^ `self` escapes the function body here
8
9 error: aborting due to previous error
10