2017-12-11 11:29:31 -06:00
|
|
|
error[E0597]: `y` does not live long enough
|
|
|
|
--> $DIR/capture-ref-in-struct.rs:32:16
|
2017-11-22 16:39:46 -06:00
|
|
|
|
|
2017-12-11 11:29:31 -06:00
|
|
|
32 | y: &y,
|
2017-12-14 11:57:34 -06:00
|
|
|
| ^^ borrowed value does not live long enough
|
2017-11-22 16:39:46 -06:00
|
|
|
...
|
2017-12-11 11:29:31 -06:00
|
|
|
37 | }
|
|
|
|
| - borrowed value only lives until here
|
2017-11-22 16:39:46 -06:00
|
|
|
|
|
2017-12-04 04:40:43 -06:00
|
|
|
= note: borrowed value must be valid for lifetime '_#5r...
|
2017-11-22 16:39:46 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|