blob: 9cb83c92cae847d65ffeb229abacb846c4ea3683 [file] [log] [blame]
error: borrowed data cannot be stored outside of its closure
--> $DIR/issue-45983.rs:26:27
|
LL | let x = None;
| - borrowed data cannot be stored into here...
LL | give_any(|y| x = Some(y));
| --- ^ cannot be stored outside of its closure
| |
| ...because it cannot outlive this closure
error: aborting due to previous error