Skip to content

Remove the Modifier and Decorator kinds of syntax extensions. #28137

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

Merged
merged 1 commit into from
Sep 1, 2015

Conversation

nrc
Copy link
Member

@nrc nrc commented Sep 1, 2015

This is a [breaking-change] for syntax extension authors. The fix is to use MultiModifier or MultiDecorator, which have the same functionality but are more flexible. Users of syntax extensions are unaffected.

This is a [breaking-change] for syntax extension authors. The fix is to use MultiModifier or MultiDecorator, which have the same functionality but are more flexible. Users of syntax extensions are unaffected.
@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@nrc
Copy link
Member Author

nrc commented Sep 1, 2015

r? @huonw

@rust-highfive rust-highfive assigned huonw and unassigned pcwalton Sep 1, 2015
@huonw
Copy link
Member

huonw commented Sep 1, 2015

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 1, 2015

📌 Commit 20e1ea2 has been approved by huonw

@bors
Copy link
Collaborator

bors commented Sep 1, 2015

⌛ Testing commit 20e1ea2 with merge ae75ef9...

bors added a commit that referenced this pull request Sep 1, 2015
This is a [breaking-change] for syntax extension authors. The fix is to use MultiModifier or MultiDecorator, which have the same functionality but are more flexible. Users of syntax extensions are unaffected.
@bors bors merged commit 20e1ea2 into rust-lang:master Sep 1, 2015
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.

5 participants