]> git.lizzy.rs Git - rust.git/commit
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)
commit1080203e9788d2e2dee46bf4d2abbb1c7535ee45
treea8e84392259635629595c79ea5865f97b968214f
parent1cfb628eade1fc41d2dc57aafe5ca637c777f3c2
parent14abb550bf676d221866e5ad5f588850d018acbf
Auto merge of #50383 - stevepentland:union-derive, r=oli-obk

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