mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 04:48:41 +00:00
Reexport likely/unlikely in std::hint Since `likely`/`unlikely` should be working now, we could reexport them in `std::hint`. I'm not sure if this is already approved or if it requires approval Tracking issue: #26179