]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/issue-25199.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / span / issue-25199.stderr
1 error[E0597]: `container` does not live long enough
2 --> $DIR/issue-25199.rs:70:27
3 |
4 LL | let test = Test{test: &container};
5 | ^^^^^^^^^^ borrowed value does not live long enough
6 ...
7 LL | }
8 | -
9 | |
10 | `container` dropped here while still borrowed
11 | borrow might be used here, when `container` is dropped and runs the destructor for type `Container<'_>`
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0597`.