]> git.proxmox.com Git - rustc.git/blob - src/test/ui/dropck/dropck-eyepatch.nll.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / dropck / dropck-eyepatch.nll.stderr
1 error[E0597]: `c_shortest` does not live long enough
2 --> $DIR/dropck-eyepatch.rs:87:19
3 |
4 LL | dt = Dt("dt", &c_shortest);
5 | ^^^^^^^^^^^ borrowed value does not live long enough
6 ...
7 LL | }
8 | -
9 | |
10 | borrowed value only lives until here
11 | borrow later used here, when `dt` is dropped
12 |
13 = note: values in a scope are dropped in the opposite order they are defined
14
15 error: aborting due to previous error
16
17 For more information about this error, try `rustc --explain E0597`.