]> git.lizzy.rs Git - rust.git/commit
fix bounds checking failure message
authorDaniel Micay <danielmicay@gmail.com>
Tue, 15 Oct 2013 02:43:03 +0000 (22:43 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Tue, 15 Oct 2013 20:23:26 +0000 (16:23 -0400)
commit420b4260b4000af2b1ffb579fb7df5e437e0faa2
tree355dac7d69d6abe938a7d3d095a2b527a7a2af03
parenta7e8957c591651b6568d1b495d29ee85d11c0975
fix bounds checking failure message

casting the `uint` to an `int` can result in printing high values as
negative intege
src/libstd/unstable/lang.rs
src/test/run-fail/small-negative-indexing.rs [deleted file]
src/test/run-fail/vec-underrun.rs [deleted file]