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

reverse binding order in matches to allow the subbinding of copyable fields in bindings after @ #78638

Merged
merged 7 commits into from
Nov 5, 2020

Commits on Nov 1, 2020

  1. reverse binding order in matches ...

    ... to allow the subbinding of copyable fields in bindings after `@`
    
    Fixes rust-lang#69971
    vn-ki committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c93d25b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    5dee38d View commit details
    Browse the repository at this point in the history
  2. update mir tests

    vn-ki committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9088807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bdce7b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    f422e81 View commit details
    Browse the repository at this point in the history
  2. add tests

    vn-ki committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f44f96d View commit details
    Browse the repository at this point in the history
  3. review comments

    vn-ki committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    5827fba View commit details
    Browse the repository at this point in the history