]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/dropck_tarena_unsound_drop.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui-fulldeps / dropck_tarena_unsound_drop.stderr
CommitLineData
0731742a
XL
1error[E0597]: `arena` does not live long enough
2 --> $DIR/dropck_tarena_unsound_drop.rs:41:8
3 |
4LL | f(&arena);
5 | ^^^^^ borrowed value does not live long enough
6LL | } //~^ ERROR `arena` does not live long enough
7 | - `arena` dropped here while still borrowed
8 |
9 = note: values in a scope are dropped in the opposite order they are created
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0597`.