mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
a2681f943c
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