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

Make closures carry their own ClosureKind #119258

Merged
merged 6 commits into from
Dec 26, 2023

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    bacfa97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981fc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909dd86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3320c09 View commit details
    Browse the repository at this point in the history
  5. Fix clippy's usage of Body's coroutine_kind

    Also fixes a bug where we weren't peeling blocks from async bodies
    compiler-errors committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    27dce30 View commit details
    Browse the repository at this point in the history
  6. Flatten match

    compiler-errors committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    ba91285 View commit details
    Browse the repository at this point in the history