]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #49210 - oli-obk:pango_crash, r=eddyb
authorbors <bors@rust-lang.org>
Thu, 22 Mar 2018 20:02:14 +0000 (20:02 +0000)
committerbors <bors@rust-lang.org>
Thu, 22 Mar 2018 20:02:14 +0000 (20:02 +0000)
Fix the conversion between bit representations and i128 representations

fixes #49181

the `Discr` type now encodes the bit representation instead of `i128` or `u128` casted to `u128`.

r? @eddyb

1  2 
src/librustc/ty/mod.rs

Simple merge