]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-18118.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-18118.stderr
CommitLineData
8faf50e0 1error[E0597]: `p` does not live long enough
48663c56 2 --> $DIR/issue-18118.rs:4:9
8faf50e0 3 |
532ac7d7 4LL | &p
48663c56
XL
5 | ^^
6 | |
7 | borrowed value does not live long enough
8 | using this value as a constant requires that `p` is borrowed for `'static`
8faf50e0 9LL | };
48663c56 10 | - `p` dropped here while still borrowed
8faf50e0 11
0731742a 12error: aborting due to previous error
8faf50e0 13
0731742a 14For more information about this error, try `rustc --explain E0597`.