]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/borrowed-universal-error.stderr
Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-Simulacrum
[rust.git] / src / test / ui / nll / borrowed-universal-error.stderr
1 error[E0515]: cannot return value referencing temporary value
2   --> $DIR/borrowed-universal-error.rs:7:5
3    |
4 LL |     gimme(&(v,))
5    |     ^^^^^^^----^
6    |     |      |
7    |     |      temporary value created 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`.