]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/borrowed-universal-error.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / 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`.