]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-24805-dropck-child-has-items-via-parent.nll.stderr
Hide some lints which are not quite right the way they are reported to the user
[rust.git] / src / test / ui / span / issue-24805-dropck-child-has-items-via-parent.nll.stderr
1 error[E0597]: `d1` does not live long enough
2   --> $DIR/issue-24805-dropck-child-has-items-via-parent.rs:38:18
3    |
4 LL |     _d = D_Child(&d1);
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 `_d` 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`.