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

[generator] Special cases for match guard when analyzing interior types in generators #75213

Merged
merged 7 commits into from
Oct 13, 2020

Commits on Oct 13, 2020

  1. documentation fix

    dingxiangfei2009 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f9ccd39 View commit details
    Browse the repository at this point in the history
  2. also record the types of borrows from the pattern locals in match guards

    so that it reflects the fact that borrowing these pattern locals is happening
    before any yield points in match guards
    dingxiangfei2009 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    7f5721c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323f079 View commit details
    Browse the repository at this point in the history
  4. rustfmt

    dingxiangfei2009 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    66345d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df127b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a8ba7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50627a3 View commit details
    Browse the repository at this point in the history