]> git.lizzy.rs Git - rust.git/commit
Add overflow checking for str::get with inclusive ranges
authorScott McMurray <scottmcm@users.noreply.github.com>
Sun, 4 Jun 2017 18:08:25 +0000 (11:08 -0700)
committerScott McMurray <scottmcm@users.noreply.github.com>
Sun, 4 Jun 2017 18:08:25 +0000 (11:08 -0700)
commit808a08a363591abf754fafd93ec3f44c686486ec
tree5cd63c46768d830265ab663cf88844c6399ab2fb
parent18612b21d05ce0021f9ef995592b158e181ffd90
Add overflow checking for str::get with inclusive ranges

Fixes #42401
src/libcollections/tests/lib.rs
src/libcollections/tests/str.rs
src/libcore/str/mod.rs