mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
7dfa6ced9b
fix: ICE when array index exceeds usize fixes #12253 This PR fixes ICE in `indexing_slicing` as it panics when the index of the array exceeds `usize`. changelog: none