]> git.lizzy.rs Git - rust.git/commit
Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb
authorbors <bors@rust-lang.org>
Mon, 4 Jun 2018 11:29:38 +0000 (11:29 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 Jun 2018 11:29:38 +0000 (11:29 +0000)
commitcdc193db993eadab74d9ea439613e8f9d3725ac7
tree29cc5f53ff8f0c39b8ac246bc47bd139f19d9dbf
parent6eafab06cf76fd1461aabc2c6a4fc0daa516da13
parenteb31ae2e140b682e630a93d2382bd06ffc6089a5
Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb

Do not promote union field accesses

r? @eddyb

technically a breaking change, but the code errored on the previous stable and produces UB + a warning on the current stable. I don't think we need a crater run in that case.