]> git.lizzy.rs Git - rust.git/commit
Fix the conversion between bit representations and i128 representations
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 22 Mar 2018 11:38:40 +0000 (12:38 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 22 Mar 2018 11:38:40 +0000 (12:38 +0100)
commitb272749197a8a4c949b43d4661909b189066f4ae
tree6a496c0b6da7140841fdaf9ba5da4cb34b89196c
parenteb8d08d90415d82beedd42e8c6372568d8582acf
Fix the conversion between bit representations and i128 representations
src/librustc/ty/layout.rs
src/librustc/ty/mod.rs
src/librustc/ty/util.rs
src/test/run-pass/ctfe/signed_enum_discr.rs [new file with mode: 0644]