rust/tests/ui/span/issue-11925.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
344 B
Plaintext
Raw Normal View History

error[E0515]: cannot return reference to local data `x`
--> $DIR/issue-11925.rs:8:35
|
2019-03-09 12:03:44 +00:00
LL | let f = to_fn_once(move|| &x);
| ^^ returns a reference to data owned by the current function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0515`.