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

test(pattern): add tests for combinations of pattern features #69690

Merged

Commits on Mar 4, 2020

  1. test(pattern): add tests for combinations of pattern features

    Reference issue rust-lang#67311
    
    Tests combinations of the following pattern features:
    - bindings_after_at
    - or_patterns
    - slice_patterns
    - box_patterns
    thekuom committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    5456114 View commit details
    Browse the repository at this point in the history
  2. test(pattern): harden tests for or-patterns with slice-patterns

    Some of the nested OR paths were being missed
    thekuom committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b4788a7 View commit details
    Browse the repository at this point in the history
  3. fix tidy error

    thekuom committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ea7b3c3 View commit details
    Browse the repository at this point in the history