]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-30438-b.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-30438-b.stderr
CommitLineData
48663c56
XL
1error[E0515]: cannot return reference to temporary value
2 --> $DIR/issue-30438-b.rs:13:9
8faf50e0
XL
3 |
4LL | &Test { s: &self.s}
48663c56
XL
5 | ^------------------
6 | ||
7 | |temporary value created here
8 | returns a reference to data owned by the current function
8faf50e0
XL
9
10error: aborting due to previous error
11
48663c56 12For more information about this error, try `rustc --explain E0515`.