]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #37067 - jseyfried:expand_derives_last, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Wed, 12 Oct 2016 17:15:28 +0000 (10:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 12 Oct 2016 21:07:56 +0000 (14:07 -0700)
macros: expand `#[derive]`s after other attribute macros and improve intra-`#[derive]` ordering

Fixes https://github.com/serde-rs/serde/issues/577.
cc #35900
r? @alexcrichton


Trivial merge