mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
c62b17a5c8
We expect first value returned via coroutine.yield() to be a special Pending type. But instead we checked second value.