blob: 0dd17b05cd0dbf507fcf743258f05a4c4f1b0677 [file] [log] [blame]
error[E0515]: cannot return value referencing local variable `local`
--> $DIR/late-bound-regions.rs:20:5
|
LL | f(&local)
| ^^------^
| | |
| | `local` is borrowed here
| returns a value referencing data owned by the current function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0515`.