make more libsyntax methods public#51664
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 22, 2018
jebrosen:pub_parse_methods2
Merged
make more libsyntax methods public#51664bors merged 1 commit intorust-lang:masterfrom jebrosen:pub_parse_methods2
bors merged 1 commit intorust-lang:masterfrom
jebrosen:pub_parse_methods2
Conversation
…r` public in libsyntax
Member
|
@bors r+ |
Collaborator
|
📌 Commit 2dcafef has been approved by |
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
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followup for #51502, which was sufficient only for the latest stable release of Rocket. The
masterbranch uses a few more. I plan to reimplement the deleted methodparse_seqin Rocket (see rwf2/Rocket#666), rather than resurrecting it in libsyntax.r? @Mark-Simulacrum