]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/issue-48697.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / nll / issue-48697.stderr
CommitLineData
9fa01778 1error[E0515]: cannot return value referencing local variable `z`
48663c56 2 --> $DIR/issue-48697.rs:7:5
9fa01778
XL
3 |
4LL | let k = f(&z);
5 | -- `z` is borrowed here
532ac7d7 6LL | f(x)
9fa01778
XL
7 | ^^^^ returns a value referencing data owned by the current function
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0515`.