2018-07-15 14:11:54 -07:00
|
|
|
error: unsatisfied lifetime constraints
|
|
|
|
--> $DIR/issue-40510-1.rs:18:9
|
|
|
|
|
|
|
|
|
LL | || {
|
|
|
|
| _____-
|
|
|
|
| |_____|
|
|
|
|
| ||
|
|
|
|
LL | || &mut x
|
2018-07-23 16:27:24 +02:00
|
|
|
| || ^^^^^^ return requires that `'1` must outlive `'2`
|
2018-07-15 14:11:54 -07:00
|
|
|
LL | || };
|
|
|
|
| || -
|
|
|
|
| ||_____|
|
|
|
|
| |______lifetime `'1` represents the closure body
|
|
|
|
| lifetime `'2` appears in return type
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|