test(pattern): add tests for combinations of pattern features by thekuom · Pull Request #69690 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation6 Commits3 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

thekuom

Reference issue #67311

Tests combinations of the following pattern features:

r? @Centril

@thekuom

Reference issue rust-lang#67311

Tests combinations of the following pattern features:

@thekuom

Some of the nested OR paths were being missed

@rust-highfive

This comment has been minimized.

@thekuom

@Centril

Thanks, these look great! @bors r+ rollup & cc @matthewjasper for awareness.

By the way, would you by any chance also like to extend the borrow checking test suites for these features?

@bors

📌 Commit ea7b3c3 has been approved by Centril

@bors

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 6, 2020

@thekuom

@Centril thanks! I can do those tests as well

Centril added a commit to Centril/rust that referenced this pull request

Mar 7, 2020

@Centril

…after-at-tests, r=Centril

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

Reference issue rust-lang#67311

Tests combinations of the following pattern features:

r? @Centril

bors added a commit that referenced this pull request

Mar 7, 2020

@bors

Rollup of 9 pull requests

Successful merges:

Failed merges:

r? @ghost

@thekuom thekuom deleted the test/67311-extend-bindings-after-at-tests branch

March 8, 2020 02:29

@Centril

cc some of the tracking issues #65490, #54883 for posterity.

This was referenced

Mar 8, 2020

Centril added a commit to Centril/rust that referenced this pull request

Mar 10, 2020

@Centril