]> git.lizzy.rs Git - rust.git/commit
make bit_width return u64, consistently with other sizes in the compiler
authorRalf Jung <post@ralfj.de>
Sat, 21 Mar 2020 12:58:06 +0000 (13:58 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 25 Mar 2020 14:53:52 +0000 (15:53 +0100)
commit9de600892da3c86fb92c1dfde455d39657835739
tree2a388845e2e6b8bcf2dc6d537206c5ba6d8f966f
parent1ddbdc62692f40017949e8ba0acca4b5f61f6027
make bit_width return u64, consistently with other sizes in the compiler
src/librustc_ast/ast.rs
src/librustc_codegen_llvm/intrinsic.rs
src/librustc_mir/interpret/cast.rs