mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
669191bca9
Implement `mach_timebase_info` for macOS Since we return nanoseceonds instead of ticks from `mach_absolute_time`, we don't need to scale the absolute time Fixes #1288