-
Notifications
You must be signed in to change notification settings - Fork 37
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
Pwrite deriving fails with "unparseable tokens" with struct containing lifetimes? #83
Comments
That’s not good :/ must be something wrong with the scroll pwrite derive macro… |
I'm currently working on fixing that and cleaning up some of the derive code. |
Would love if we got this fixed, @Frostie314159 did you manage to take a look at this? (I know you were working on other things, and thank you, just doing triage here) |
Yeah, I looked at the macro code and it's all a bit confusing, I couldn't work on this since I was busy with the 37c3, but maybe I can get back to this soon. |
sounds good no rush, and if you don't feel like working on it, that's ok too :) anyway 0.12 scroll is out |
That's good to hear, btw happy new year from germany. |
Consider this structure:
(extracted from Goblin codebase)
This induces
proc-macro derive produced unparseable tokens
, on rustc 1.68.1.I don't know what happens here.
The text was updated successfully, but these errors were encountered: