From: Brian Anderson Date: Sun, 14 Dec 2014 02:24:42 +0000 (-0800) Subject: rollup merge of #19812: frewsxcv/expansion-include-enum X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f0bf34de9fb5cf44cb94021d702a523e8c149005;p=rust.git rollup merge of #19812: frewsxcv/expansion-include-enum In preparation for [removing the `std::cmp::Ordering` reexport](https://github.com/rust-lang/rust/issues/19253), this needs to be done to prevent errors like: ``` note: in expansion of #[deriving] note: expansion site error: unresolved name `std::cmp::Equal` #[deriving(Clone, PartialEq, PartialOrd, Eq, Ord, Show)] ^~~ ``` --- f0bf34de9fb5cf44cb94021d702a523e8c149005