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

Reintroduce into_future in .await desugaring #90737

Merged
merged 5 commits into from
Dec 3, 2021
Merged

Commits on Nov 22, 2021

  1. Reintroduce into_future in .await desugaring

    This is a reintroduction of the remaining parts from
    rust-lang#65244 that have not been relanded
    yet.
    
    Issues rust-langGH-67644, rust-langGH-67982
    eholk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    dfa0db5 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    eholk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ca2057c View commit details
    Browse the repository at this point in the history
  3. Update stderr files

    eholk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    db80c07 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Code review feedback

    Add a note about `IntoFuture` in error messages where T is not a future.
    
    Change await-into-future.rs to be a run-pass test.
    eholk committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    0cb7693 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update .stderr files

    eholk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3268bf1 View commit details
    Browse the repository at this point in the history