]> git.lizzy.rs Git - rust.git/commit
Document that slices cannot be larger than `isize::MAX` bytes
authorTobias Bucher <tobiasbucher5991@gmail.com>
Wed, 29 Aug 2018 15:20:17 +0000 (17:20 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Tue, 4 Sep 2018 09:35:49 +0000 (11:35 +0200)
commit1975b8d21b21d5ede54494d0b7661d6ac14ec6a2
tree40a6ee7664dd98ba6c493c53cf88cfefd6678dba
parent4efc0a7811ee0e422dfc5d8a871b54160c18e35b
Document that slices cannot be larger than `isize::MAX` bytes

Fixes #53676.
src/libcore/slice/mod.rs