]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/issue-26656.stderr
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / ui / span / issue-26656.stderr
1 error: `ticking` does not live long enough
2 --> $DIR/issue-26656.rs:51:1
3 |
4 50 | zook.button = B::BigRedButton(&ticking);
5 | ------- borrow occurs here
6 51 | }
7 | ^ `ticking` dropped here while still borrowed
8 |
9 = note: values in a scope are dropped in the opposite order they are created
10
11 error: aborting due to previous error
12