Skip to content

make more libsyntax methods public - #51664

Merged
bors merged 1 commit into
rust-lang:masterfrom
jebrosen:pub_parse_methods2
Jun 22, 2018
Merged

make more libsyntax methods public#51664
bors merged 1 commit into
rust-lang:masterfrom
jebrosen:pub_parse_methods2

Conversation

@jebrosen

Copy link
Copy Markdown
Contributor

Followup for #51502, which was sufficient only for the latest stable release of Rocket. The master branch uses a few more. I plan to reimplement the deleted method parse_seq in Rocket (see rwf2/Rocket#666), rather than resurrecting it in libsyntax.

r? @Mark-Simulacrum

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 20, 2018
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jun 20, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 2dcafef has been approved by Mark-Simulacrum

@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-review Status: Awaiting review from the assignee but also interested parties. labels Jun 20, 2018
@kennytm

Copy link
Copy Markdown
Member

@bors rollup

kennytm added a commit to kennytm/rust that referenced this pull request Jun 22, 2018
…-Simulacrum
make more libsyntax methods public
Followup for rust-lang#51502, which was sufficient only for the latest stable release of Rocket. The `master` branch uses a few more. I plan to reimplement the deleted method `parse_seq` in Rocket (see rwf2/Rocket#666), rather than resurrecting it in libsyntax.
r? @Mark-Simulacrum
@kennytmkennytm mentioned this pull request Jun 22, 2018
bors added a commit that referenced this pull request Jun 22, 2018
Rollup of 6 pull requests
Successful merges:
- #51158 (Mention spec and indented blocks in doctest docs)
- #51629 (Do not consume semicolon twice while parsing local statement)
- #51637 (Update zx_cprng_draw_new on Fuchsia)
- #51664 (make more libsyntax methods public)
- #51666 (Disable probestack when GCOV profiling is being used)
- #51703 (Recognize the extra "LLVM tools versions" argument to build-manifest.)
Failed merges:
r? @ghost
@bors
bors merged commit 2dcafef into rust-lang:masterJun 22, 2018
@jebrosen
jebrosen deleted the pub_parse_methods2 branch June 22, 2018 19:40
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.

5 participants

@jebrosen@Mark-Simulacrum@bors@kennytm@rust-highfive