From: Alex Crichton Date: Tue, 30 Dec 2014 00:36:22 +0000 (-0800) Subject: rollup merge of #20250: ipetkov/deriving X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1c61e74518e4dc8c3fdd7f14824b4e79befeefcb;p=rust.git rollup merge of #20250: ipetkov/deriving * Both enums already derived `Copy`, but storing them in any struct/container would prevent implementing `Clone` for said struct/container even though they should be clonable. * Also add PartialEq and Eq for good measure. --- 1c61e74518e4dc8c3fdd7f14824b4e79befeefcb