rust/tests/ui/associated-inherent-types/late-bound-regions.stderr

13 lines
381 B
Plaintext

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 1 previous error
For more information about this error, try `rustc --explain E0515`.