]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #75818 - ollie27:doc_systemtime_windows, r=retep998
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 26 Aug 2020 23:14:11 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 23:14:11 +0000 (01:14 +0200)
commita838f2fc7965f2e3f619d8f6d40915db668d7ae6
treea42ecc29158d42f015e3022b877e4edd5dbb9722
parent463fdf3e042c7429f2d85d2cdc042463d2cd7720
parent57e7e2875b3bb571703cbaa11aac92efea434f04
Rollup merge of #75818 - ollie27:doc_systemtime_windows, r=retep998

Update docs for SystemTime Windows implementation

Windows now uses `GetSystemTimePreciseAsFileTime` (since #69858) on versions of Windows that support it.