blob: 7f3691123ee87e7538ef2d9ad99a636355b1321c [file] [log] [blame]
error[E0733]: recursion in a coroutine requires boxing
--> $DIR/recursive-coroutine-indirect.rs:8:18
|
LL | #[coroutine] move || {
| ^^^^^^^
LL | let x = coroutine_hold();
| - recursive call here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0733`.