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

Build failures in Nightly due to Proc macro API 1.2 #1018

Closed
tirkarthi opened this issue May 21, 2018 · 2 comments
Closed

Build failures in Nightly due to Proc macro API 1.2 #1018

tirkarthi opened this issue May 21, 2018 · 2 comments

Comments

@tirkarthi
Copy link

Project fails with Nightly compiler due to the recent proc macro API changes made that renames some of the components. It seems the release of proc macros 2 library with the changes already merged will fix the issue. I searched for issues here and couldn't find anything related to this. Hence I am opening this as a reminder. Feel free to close this if it's tracked elsewhere.

Upstream rustc issue reference : rust-lang/rust#50473 (comment)
Upstream proc macros 2 PR (merged) : dtolnay/proc-macro2#90

Thanks

@hcpl
Copy link
Contributor

hcpl commented May 21, 2018

I made an update in #1021. Please check out my branch and see whether that fixes the problem!

@cramertj
Copy link
Member

Fixed by #1021

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

No branches or pull requests

3 participants