-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Unify SyntaxExtension::Decorator and SyntaxExtension::Modifier #19083
Comments
Please, this. For (Though in the long run that's probably what we want since it's more easily extended) |
(I'll probably work on this if I get time next week -- if someone else is interested feel free to take it) |
As I am waiting for a response in #9303, i would like to work on this in the meantime. @Manishearth, it's ok with you or are you still working on the issue? |
@druzn3k Sure, work on it if you want. I had a partial patch but at the moment my rustc build is being used for a different feature so I won't be working on it anyway. |
would you mind sharing the patch with me @Manishearth? :) |
I don't think I have it anymore, I did a clean clone the other day :p Anyway, it's rather simple IIRC. |
Thank you anyway @Manishearth :) |
We now have |
Grepping around, I think this is fixed. I vaguely remember @nrc sending a PR to unify this stuff as well. Can anyone else confirm? |
This is still an issue, we're basically waiting on the procedural macros changes to fix this (currently in RFC). |
procedural macros are stable; closing! |
Procedural macros 1.2 are stabilized, but this cleanup of legacy plugins is still not done. |
Yes, that's a good point. thanks |
line-index: don't try to use (unavailable) neon on big-endian aarch64
With a signature like
to match
MacResult::make_items
.The text was updated successfully, but these errors were encountered: