rust/src/test/ui-fulldeps/dropck_tarena_cycle_checked.stderr

14 lines
474 B
Plaintext
Raw Normal View History

error[E0597]: `arena` does not live long enough
2018-12-25 08:56:47 -07:00
--> $DIR/dropck_tarena_cycle_checked.rs:116:8
|
LL | f(&arena);
| ^^^^^ borrowed value does not live long enough
LL | } //~^ ERROR `arena` does not live long enough
| - `arena` dropped here while still borrowed
|
= note: values in a scope are dropped in the opposite order they are created
error: aborting due to previous error
For more information about this error, try `rustc --explain E0597`.