2018-07-03 10:38:09 -05:00
|
|
|
error: unsatisfied lifetime constraints
|
|
|
|
--> $DIR/issue-48238.rs:21:13
|
2018-03-23 01:40:56 -05:00
|
|
|
|
|
2018-07-03 10:38:09 -05:00
|
|
|
LL | move || use_val(&orig); //~ ERROR
|
|
|
|
| --------^^^^^^^^^^^^^^
|
|
|
|
| | |
|
|
|
|
| | argument requires that `'1` must outlive `'2`
|
|
|
|
| lifetime `'1` represents the closure body
|
|
|
|
| lifetime `'2` appears in return type
|
2018-03-23 01:40:56 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|