Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require explicitly marking closures as coroutines #123792

Merged
merged 2 commits into from
Apr 24, 2024

Commits on Apr 24, 2024

  1. Add explicit syntax for coroutines instead of relying on closures hav…

    …ing `yield` expressions
    oli-obk committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a589632 View commit details
    Browse the repository at this point in the history
  2. Error on using yield without also using #[coroutine] on the closure

    And suggest adding the `#[coroutine]` to the closure
    oli-obk committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    aef0f40 View commit details
    Browse the repository at this point in the history