Skip to content

Replace some matches with try. - #42497

Merged
bors merged 1 commit into
rust-lang:masterfrom
qnighy:just-use-try-in-three-places
Jun 8, 2017
Merged

Replace some matches with try.#42497
bors merged 1 commit into
rust-lang:masterfrom
qnighy:just-use-try-in-three-places

Conversation

@qnighy

Copy link
Copy Markdown
Contributor

This patch just replaces matches with ? in the compiler, which I came across when I'm reading the parser.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb

eddyb commented Jun 7, 2017

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jun 7, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit ab72611 has been approved by eddyb

@aidanhsaidanhs added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 7, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Jun 8, 2017
…, r=eddyb
Replace some matches with try.
This patch just replaces `match`es with `?` in the compiler, which I came across when I'm reading the parser.
@frewsxcvfrewsxcv mentioned this pull request Jun 8, 2017
bors added a commit that referenced this pull request Jun 8, 2017
Rollup of 5 pull requests
- Successful merges: #42470, #42490, #42497, #42510, #42512
- Failed merges:
@bors
bors merged commit ab72611 into rust-lang:masterJun 8, 2017
@qnighy
qnighy deleted the just-use-try-in-three-places branch June 30, 2017 16:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

6 participants

@qnighy@rust-highfive@eddyb@bors@nikomatsakis@aidanhs