rust/src/test/ui/span/issue-11925.stderr

15 lines
443 B
Plaintext
Raw Normal View History

error: `x` does not live long enough
--> $DIR/issue-11925.rs:18:36
|
18 | let f = to_fn_once(move|| &x);
| ^
| |
| does not live long enough
| borrowed value only lives until here
...
23 | }
| - borrowed value needs to live until here
error: aborting due to previous error