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