]> git.lizzy.rs Git - rust.git/commit
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)
commit2d71be5780f2c7548956625d2261d39798f3ce83
treedcfb0eddf7b9afb278dfb50db2dcecb213fcf58f
parent920f10950ab30dd85da5136a25cf3a9794410e9b
parent448d6ad72e1f68dfe1ede8caa492fd79af9d9303
Rollup merge of #37067 - jseyfried:expand_derives_last, r=alexcrichton

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