]> git.lizzy.rs Git - rust.git/commit
don't assume the rhs of a bitshift is of any particular type
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 16 Mar 2016 09:54:00 +0000 (10:54 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 16 Mar 2016 09:54:00 +0000 (10:54 +0100)
commit7a2c50f9512ff5816aeb5e3341d0b3c217ba88f8
tree06342af4073b06c2c75b9403af04ee640fc51244
parent0986d645b9d3f01e102c84fb91abf42de00e7b28
don't assume the rhs of a bitshift is of any particular type
src/librustc/middle/const_eval.rs
src/test/run-pass/const-bitshift-rhs-inference.rs [new file with mode: 0644]