Skip to content

Account for maybe_whole_expr in range patterns - #63122

Merged
bors merged 2 commits into
rust-lang:masterfrom
Centril:fix-63115
Aug 1, 2019
Merged

Account for maybe_whole_expr in range patterns#63122
bors merged 2 commits into
rust-lang:masterfrom
Centril:fix-63115

Conversation

@Centril

@CentrilCentril commented Jul 30, 2019

Copy link
Copy Markdown
Contributor

Fixes#63115 (fallout from #62550).

r? @petrochenkov

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 30, 2019
Comment threadsrc/libsyntax/parse/token.rs Outdated
@petrochenkov

Copy link
Copy Markdown
Contributor

r=me after looking at #63122 (comment)

@petrochenkovpetrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 31, 2019
@mati865mati865 mentioned this pull request Jul 31, 2019
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r=petrochenkov rollup

@bors

bors commented Jul 31, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 6551285 has been approved by petrochenkov

@borsbors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 31, 2019
Account for `maybe_whole_expr` in range patterns
Fixesrust-lang#63115 (fallout from rust-lang#62550).
r? @petrochenkov
@CentrilCentril mentioned this pull request Jul 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 31, 2019
Account for `maybe_whole_expr` in range patterns
Fixesrust-lang#63115 (fallout from rust-lang#62550).
r? @petrochenkov
@CentrilCentril mentioned this pull request Jul 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Aug 1, 2019
Account for `maybe_whole_expr` in range patterns
Fixesrust-lang#63115 (fallout from rust-lang#62550).
r? @petrochenkov
@CentrilCentril mentioned this pull request Aug 1, 2019
@gnzlbg

Copy link
Copy Markdown
Contributor

This should be p=infinity.

emilyalbini added a commit to emilyalbini/rust that referenced this pull request Aug 1, 2019
Account for `maybe_whole_expr` in range patterns
Fixesrust-lang#63115 (fallout from rust-lang#62550).
r? @petrochenkov
@emilyalbiniemilyalbini mentioned this pull request Aug 1, 2019
bors added a commit that referenced this pull request Aug 1, 2019
Rollup of 8 pull requests
Successful merges:
- #62644 (simplify std::io::Write::write rustdoc)
- #62971 (Add keywords item into the sidebar)
- #63122 (Account for `maybe_whole_expr` in range patterns)
- #63158 (Add test for issue-58951)
- #63170 (cleanup StringReader fields)
- #63179 (update test cases for vxWorks)
- #63188 (Fix typos in release notes.)
- #63191 (ci: fix toolstate not pushing data for Linux)
Failed merges:
r? @ghost
@bors
bors merged commit 6551285 into rust-lang:masterAug 1, 2019
@Centril
Centril deleted the fix-63115 branch August 1, 2019 18:23
@CentrilCentril added the F-slice_patterns `#![feature(slice_patterns)]` label Dec 12, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-slice_patterns`#![feature(slice_patterns)]`S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"X... range patterns are not supported" occurring in today's nightly

5 participants

@Centril@petrochenkov@bors@gnzlbg@rust-highfive