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

Fix type-inference regression in #112225 #112266

Merged
merged 1 commit into from
Jun 5, 2023

Commits on Jun 4, 2023

  1. Fix type-inference regression in rust-lang#112225

    The type inference of argument-position closures and async blocks
    regressed in 1.70 as the evaluation order of async blocks changed, as
    they are not implicitly wrapped in an identity-function anymore.
    
    Fixes rust-lang#112225 by making sure the evaluation order stays the same as it
    used to.
    Swatinem committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    75b557a View commit details
    Browse the repository at this point in the history