]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #50383 - stevepentland:union-derive, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 19 Jun 2018 08:50:41 +0000 (08:50 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 Jun 2018 08:50:41 +0000 (08:50 +0000)
Add ability to apply custom derive to union types.

The Union item type has been included in the allowed types for a custom derive.
fyi @abonander

Closes #50223


Trivial merge