js2xxx / reffect

Yet another Rust algebraic effect library using generators
9 stars 0 forks source link

Closures need to be marked as `#[coroutine]` #2

Open oovm opened 1 month ago

oovm commented 1 month ago

#[effectful] 坏掉了

不知道怎么想的, 最新的 nightly rustc 要求写成

#[coroutine] move || {
    ...
}