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

Explain why borrows can't be held across yield point in async blocks #80614

Merged
merged 13 commits into from
Jan 16, 2021

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    5ccef56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f1795 View commit details
    Browse the repository at this point in the history
  3. Update issue-78938-async-block.rs

    Fix whitespace
    sledgehammervampire committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2b9c8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e345a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757bd23 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update src/test/ui/async-await/issues/issue-78938-async-block.stderr

    Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
    sledgehammervampire and estebank authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3ee3071 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    7f41465 View commit details
    Browse the repository at this point in the history
  2. Bless test output

    sledgehammervampire committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    f5c4287 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    sledgehammervampire committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a9ead34 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    174135f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63deae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    5468d98 View commit details
    Browse the repository at this point in the history
  2. Update compiler/rustc_mir/src/borrow_check/diagnostics/conflict_error…

    …s.rs
    
    Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
    sledgehammervampire and estebank authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3e9c95b View commit details
    Browse the repository at this point in the history