mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
bbec1510bb
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