rust/tests/ui/async-await/issues/issue-65419
Oli Scherer aef0f4024a Error on using `yield` without also using `#[coroutine]` on the closure
And suggest adding the `#[coroutine]` to the closure
2024-04-24 08:05:29 +00:00
..
issue-65419-async-fn-resume-after-completion.rs Update test directives for `wasm32-wasip1` 2024-03-11 09:36:35 -07:00
issue-65419-async-fn-resume-after-panic.rs Update test directives for `wasm32-wasip1` 2024-03-11 09:36:35 -07:00
issue-65419-coroutine-resume-after-completion.rs Error on using `yield` without also using `#[coroutine]` on the closure 2024-04-24 08:05:29 +00:00