2018-05-25 05:36:58 -05:00
|
|
|
error[E0597]: `c_shortest` does not live long enough
|
|
|
|
--> $DIR/dropck-eyepatch-extern-crate.rs:47:19
|
2018-04-10 17:38:35 -05:00
|
|
|
|
|
2018-05-25 05:36:58 -05:00
|
|
|
LL | dt = Dt("dt", &c_shortest);
|
|
|
|
| ^^^^^^^^^^^ borrowed value does not live long enough
|
|
|
|
...
|
|
|
|
LL | }
|
|
|
|
| -
|
|
|
|
| |
|
|
|
|
| borrowed value only lives until here
|
|
|
|
| borrow later used here, when `dt` is dropped
|
2018-04-10 17:38:35 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-05-25 05:36:58 -05:00
|
|
|
For more information about this error, try `rustc --explain E0597`.
|