]> git.proxmox.com Git - rustc.git/blame_incremental - src/test/ui-fulldeps/dropck-tarena-cycle-checked.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui-fulldeps / dropck-tarena-cycle-checked.stderr
... / ...
CommitLineData
1error[E0597]: `arena` does not live long enough
2 --> $DIR/dropck-tarena-cycle-checked.rs:116:7
3 |
4LL | f(&arena);
5 | ^^^^^^ borrowed value does not live long enough
6LL | }
7 | -
8 | |
9 | `arena` dropped here while still borrowed
10 | borrow might be used here, when `arena` is dropped and runs the `Drop` code for type `TypedArena`
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0597`.