mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:44:08 +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.