os-rust/src/test/ui-fulldeps/dropck-tarena-cycle-checked.stderr

14 lines
429 B
Text
Raw Normal View History

error[E0597]: `arena` does not live long enough
--> $DIR/dropck-tarena-cycle-checked.rs:116:8
|
LL | f(&arena);
| ^^^^^ borrowed value does not live long enough
2019-03-09 15:03:44 +03:00
LL | }
| - `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`.