-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add decorator syntax extensions on trait and impl items #25024
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
Conversation
[breaking-change]
[breaking-change]
It has been replaced by SyntaxExtension::MultiDecorator [breaking-change]
Replaced by SyntaxExtension::MultiModifier [breaking-change]
…t-decor Conflicts: src/librustc/plugin/registry.rs src/libsyntax/ext/base.rs src/libsyntax/ext/cfg_attr.rs src/libsyntax/ext/deriving/mod.rs src/libsyntax/ext/expand.rs src/libsyntax/print/pprust.rs src/test/auxiliary/macro_crate_test.rs
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #25027) made this pull request unmergeable. Please resolve the merge conflicts. |
@sfackler review ping |
I would not be opposed to just removing |
@sfackler thanks for the review. My plan is to remove them after a month or so deprecation period - don't want to blind-side users too much. |
⌛ Testing commit 5d16772 with merge d1528da... |
💔 Test failed - auto-mac-64-opt |
Would it be a good idea to just rename |
Probably. That would require another deprecation stage, but that's OK. |
No description provided.