]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-40510-1.nll.stderr
Account for --remap-path-prefix in save-analysis
[rust.git] / src / test / ui / issue-40510-1.nll.stderr
1 error: unsatisfied lifetime constraints
2   --> $DIR/issue-40510-1.rs:18:9
3    |
4 LL |        || {
5    |   _____-
6    |  |_____|
7    | ||
8 LL | ||         &mut x
9    | ||         ^^^^^^ return requires that `'1` must outlive `'2`
10 LL | ||     };
11    | ||     -
12    | ||_____|
13    | |______lifetime `'1` represents the closure body
14    |        lifetime `'2` appears in return type
15
16 error: aborting due to previous error
17