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