]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/borrowed-universal-error.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[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`.