Skip to content

fix unquoting statements, add unquoting ast::{Generics,WhereClause} #25059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2015

Conversation

erickt
Copy link
Contributor

@erickt erickt commented May 2, 2015

The recent quote changes unfortunately broke unquoting statements like let foo = 5 because the parser requires their to be a trailing semicolon in those statements. Along the way I added support for unquoting generics and where clauses as well as better pretty printing of token::Interpolated.

@rust-highfive
Copy link
Contributor

r? @alexcrichton

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

@alexcrichton
Copy link
Member

@bors: r+ ad3991b

@bors
Copy link
Collaborator

bors commented May 3, 2015

⌛ Testing commit ad3991b with merge 764b728...

@bors
Copy link
Collaborator

bors commented May 3, 2015

💔 Test failed - auto-mac-64-opt

@erickt
Copy link
Contributor Author

erickt commented May 15, 2015

@bors: r=acrichto b62290d

bors added a commit that referenced this pull request May 15, 2015
The recent quote changes unfortunately broke unquoting statements like `let foo = 5` because the parser requires their to be a trailing semicolon in those statements. Along the way I added support for unquoting generics and where clauses as well as better pretty printing of `token::Interpolated`.
@bors
Copy link
Collaborator

bors commented May 15, 2015

⌛ Testing commit b62290d with merge 9bebe5f...

@bors bors merged commit b62290d into rust-lang:master May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants