mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 22:50:38 +00:00
Fix drop handling in `hint::select_unpredictable` This intrinsic doesn't drop the value that is not selected so this is manually done in the public function that wraps the intrinsic.