mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 17:37:30 +00:00
Hint that choose_pivot returns index in bounds Instead of using `unsafe` in multiple places, one `hint::assert_unchecked` allows use of safe code instead. Part of #rust-lang/rust#144326