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

Update to proc-macro2 0.4 #73

Merged
merged 7 commits into from
May 17, 2018
Merged

Update to proc-macro2 0.4 #73

merged 7 commits into from
May 17, 2018

Conversation

alexcrichton
Copy link
Collaborator

@alexcrichton alexcrichton commented May 16, 2018

@alexcrichton
Copy link
Collaborator Author

Now with major changes:

  • Tokens type is removed
  • quote! produces a TokenStream
  • ToTokens now takes a mutable TokenStream
  • All methods on Tokens are now on a TokenStreamExt trait

This'll need doc passes/improvements before being merged for sure.

alexcrichton added a commit to alexcrichton/syn that referenced this pull request May 16, 2018
@alexcrichton
Copy link
Collaborator Author

Ok proc-macro2 0.4 is published, should be good to go!

alexcrichton added a commit to alexcrichton/syn that referenced this pull request May 17, 2018
@dtolnay dtolnay changed the title Prepare for the next proc-macro2 release Update to proc-macro2 0.4 May 17, 2018
@dtolnay dtolnay merged commit 92eba1f into dtolnay:master May 17, 2018
@alexcrichton alexcrichton deleted the next branch May 17, 2018 19:09
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.

2 participants