Skip to content
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

Make match_token! macro work on token trees instead of AST #225

Merged
merged 2 commits into from
Oct 23, 2016
Merged

Conversation

SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Oct 23, 2016

Token trees are much simpler, and thus easier to work with and less subject to future breaking changes in the syn crate.

(syn::parse_token_trees was recently added.)


This change is Reviewable

Token trees are much simpler, and thus easier to work with
and less subject to future breaking changes in the `syn` crate.
@nox
Copy link
Contributor

nox commented Oct 23, 2016

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 2ddcd53 has been approved by nox

@bors-servo
Copy link
Contributor

⌛ Testing commit 2ddcd53 with merge 43ba1db...

bors-servo pushed a commit that referenced this pull request Oct 23, 2016
Make `match_token!` macro work on token trees instead of AST

Token trees are much simpler, and thus easier to work with and less subject to future breaking changes in the `syn` crate.

(`syn::parse_token_trees` was recently added.)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/225)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis

@bors-servo bors-servo merged commit 2ddcd53 into master Oct 23, 2016
@SimonSapin SimonSapin deleted the tts branch October 25, 2016 19:50
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.

3 participants