]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/issue-48238.stderr
Account for --remap-path-prefix in save-analysis
[rust.git] / src / test / ui / nll / issue-48238.stderr
1 error: unsatisfied lifetime constraints
2   --> $DIR/issue-48238.rs:21:13
3    |
4 LL |     move || use_val(&orig); //~ ERROR
5    |     --------^^^^^^^^^^^^^^
6    |     |       |
7    |     |       argument requires that `'1` must outlive `'2`
8    |     lifetime `'1` represents the closure body
9    |     lifetime `'2` appears in return type
10
11 error: aborting due to previous error
12