]> git.lizzy.rs Git - rust.git/commit
fix overflow on bounds checks
authorDaniel Micay <danielmicay@gmail.com>
Tue, 15 Oct 2013 03:25:33 +0000 (23:25 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Tue, 15 Oct 2013 20:23:28 +0000 (16:23 -0400)
commitaa93381e1459c5e739fab400ce8f5f83c9466804
tree062fd54f6b3cea6aa091885cab2271683b2e91a7
parent420b4260b4000af2b1ffb579fb7df5e437e0faa2
fix overflow on bounds checks

Closes #9020
src/librustc/middle/trans/expr.rs
src/test/run-fail/bounds-check-no-overflow.rs [new file with mode: 0644]