]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #25286 - johannhof:patch-1, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 11 May 2015 14:28:57 +0000 (19:58 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Mon, 11 May 2015 14:28:57 +0000 (19:58 +0530)
commit1b8f52bb696e93f20d1bb5f719dc7c587f96733a
tree91f69da70ff999535f26b93ababe9ad9288f448a
parentb0b6db6cb3970152cbb4a7a66b4e19cf8af3f33d
parent295b62dfb9ae53cb14518664ddaaf71348b20f18
Rollup merge of #25286 - johannhof:patch-1, r=steveklabnik

The reference was claiming all vectors all bounds-checked at run-time, when constant vectors are usually checked at compile-time.

For the changed example see http://is.gd/28ak9E

Also fixed a minor grammar issue.