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

Remove the MacroInput type alias #173

Merged
merged 2 commits into from Jun 8, 2017
Merged

Conversation

mystor
Copy link
Collaborator

@mystor mystor commented Jun 7, 2017

Fixes #167.

@dtolnay How do you feel about removing this type alias?

@dtolnay
Copy link
Owner

dtolnay commented Jun 7, 2017

Please also make a PR to update https://doc.rust-lang.org/book/procedural-macros.html.

mystor added a commit to mystor/book that referenced this pull request Jun 7, 2017
This makes 2 changes:
1. It updates the versions of `syn` and `quote` to the latest versions.
2. It updates the code to not use the deprecated type alias `syn::MacroInput` and instead use the preferred `syn::DeriveInput`. `MacroInput` will be removed in the next breaking version of `syn`. See dtolnay/syn#173
@mystor mystor merged commit 1107ef3 into dtolnay:master Jun 8, 2017
@mystor mystor deleted the macroinput branch June 8, 2017 03: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.

None yet

2 participants