blob: 9c26bc353ab7d4533473dba7cac4905f32c6f0b1 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0515]: cannot return reference to function parameter `x`
--> $DIR/borrowck-local-borrow-outlives-fn.rs:2:5
|
LL | &x
| ^^ returns a reference to data owned by the current function
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0515`.
|