Skip to content

macros: expand #[derive]s after other attribute macros and improve intra-#[derive] ordering - #37067

Merged
bors merged 2 commits into
rust-lang:masterfrom
jseyfried:expand_derives_last
Oct 13, 2016
Merged

macros: expand #[derive]s after other attribute macros and improve intra-#[derive] ordering#37067
bors merged 2 commits into
rust-lang:masterfrom
jseyfried:expand_derives_last

Conversation

@jseyfried

Copy link
Copy Markdown
Contributor

@jseyfriedjseyfried changed the title macros: expand #[derive]s after other macro invocations and improve intra-#[derive] orderingmacros: expand #[derive]s after other attribute macros and improve intra-#[derive] orderingOct 10, 2016
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

Thanks @jseyfried!

@bors

bors commented Oct 10, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 8aa6b5c has been approved by alexcrichton

Comment threadsrc/libsyntax_ext/deriving/mod.rs Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this use Iterator#partition instead?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, amended.

@jseyfried

Copy link
Copy Markdown
ContributorAuthor

@bors r=alexcrichton

@bors

bors commented Oct 10, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 448d6ad has been approved by alexcrichton

@jseyfried

Copy link
Copy Markdown
ContributorAuthor

cc @nrc

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Oct 11, 2016
…excrichton
macros: expand `#[derive]`s after other attribute macros and improve intra-`#[derive]` ordering
Fixesserde-rs/serde#577.
cc rust-lang#35900
r? @alexcrichton
@sophiajtsophiajt mentioned this pull request Oct 11, 2016
bors added a commit that referenced this pull request Oct 12, 2016
Rollup of 10 pull requests
- Successful merges: #36692, #36743, #36762, #36991, #37023, #37050, #37056, #37064, #37066, #37067
- Failed merges:
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Oct 12, 2016
…excrichton
macros: expand `#[derive]`s after other attribute macros and improve intra-`#[derive]` ordering
Fixesserde-rs/serde#577.
cc rust-lang#35900
r? @alexcrichton
bors added a commit that referenced this pull request Oct 12, 2016
@bors
bors merged commit 448d6ad into rust-lang:masterOct 13, 2016
@jseyfried
jseyfried deleted the expand_derives_last branch October 16, 2016 05:43
Sign up for freeto 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.

4 participants

@jseyfried@alexcrichton@bors@sgrif