Skip to content

Move Nonterminal::to_tokenstream to parser & don't rely directly on parser in lowering - #65392

Merged
bors merged 3 commits into
rust-lang:masterfrom
Centril:nt-to-tt
Oct 14, 2019
Merged

Move Nonterminal::to_tokenstream to parser & don't rely directly on parser in lowering#65392
bors merged 3 commits into
rust-lang:masterfrom
Centril:nt-to-tt

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Split out from #65324.

r? @petrochenkov

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 13, 2019
Comment threadsrc/librustc_interface/passes.rs Outdated
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

Seems like a pretty clean split, though I'd want to be cautious about adding more such ptrs; I think if we need more then we'll want something like trait Parser or so to bundle that interface together.

@bors

bors commented Oct 13, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 07e946c 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 Oct 13, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 14, 2019
Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering
Split out from rust-lang#65324.
r? @petrochenkov
@CentrilCentril mentioned this pull request Oct 14, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 14, 2019
Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering
Split out from rust-lang#65324.
r? @petrochenkov
@CentrilCentril mentioned this pull request Oct 14, 2019
bors added a commit that referenced this pull request Oct 14, 2019
Rollup of 7 pull requests
Successful merges:
- #65215 (Add long error explanation for E0697)
- #65292 (Print lifetimes with backticks)
- #65362 (syntax: consolidate function parsing in item.rs)
- #65363 (Remove implicit dependencies on syntax::pprust)
- #65379 (refactor session::config::build_session_options_and_crate_config)
- #65392 (Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering)
- #65395 (Add some tests for fixed ICEs)
Failed merges:
r? @ghost
bors added a commit that referenced this pull request Oct 14, 2019
Rollup of 7 pull requests
Successful merges:
- #65215 (Add long error explanation for E0697)
- #65292 (Print lifetimes with backticks)
- #65362 (syntax: consolidate function parsing in item.rs)
- #65363 (Remove implicit dependencies on syntax::pprust)
- #65379 (refactor session::config::build_session_options_and_crate_config)
- #65392 (Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering)
- #65395 (Add some tests for fixed ICEs)
Failed merges:
r? @ghost
@petrochenkovpetrochenkov self-assigned this Oct 14, 2019
@bors
bors merged commit 07e946c into rust-lang:masterOct 14, 2019
@Centril
Centril deleted the nt-to-tt branch October 14, 2019 14:09
@petrochenkovpetrochenkov removed their assignment Oct 14, 2019
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

@Centril@Mark-Simulacrum@bors@petrochenkov@rust-highfive