1 2 3 4 5 6 7 8
#![feature(coroutines)] unsafe fn foo() { let mut ga = #[coroutine] static || { yield 1; }; }