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

Re-implement #[derive(Identifiable)] using Macros 1.1 #459

Merged
merged 1 commit into from
Oct 3, 2016

Conversation

sgrif
Copy link
Member

@sgrif sgrif commented Oct 3, 2016

This was extracted from #453.

Going forward Macros 1.1 is the intended path of stabilization for
procedural macros, so diesel_codegen will need to be rewritten to use
it.

Much of the helper code around this is a direct port of the libsyntax
version of our code, rewritten to use syn instead.

This was extracted from #453.

Going forward Macros 1.1 is the intended path of stabilization for
procedural macros, so `diesel_codegen` will need to be rewritten to use
it.

Much of the helper code around this is a direct port of the libsyntax
version of our code, rewritten to use `syn` instead.
@sgrif
Copy link
Member Author

sgrif commented Oct 3, 2016

Merging when CI is green again since this has been extracted from a reviewed PR

@sgrif sgrif merged commit d449f58 into master Oct 3, 2016
@sgrif sgrif deleted the sg-macros-1-1-identifiable branch October 3, 2016 17:53
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.

1 participant