]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/promoted-closure-pair.stderr
Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-Simulacrum
[rust.git] / src / test / ui / nll / promoted-closure-pair.stderr
1 error[E0515]: cannot return value referencing local variable `z`
2   --> $DIR/promoted-closure-pair.rs:7:5
3    |
4 LL |     p.1(&z)
5    |     ^^^^--^
6    |     |   |
7    |     |   `z` is borrowed here
8    |     returns a value referencing data owned by the current function
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0515`.