rust/tests
bors 0e8a1a40f2 Auto merge of #1294 - JOE1994:windows_instant, r=RalfJung
Add support for 'std::time::Instant' in Windows

Add support for creating `std::time::Instant` in Windows

Includes shims for `QueryPerformanceCounter` & `QueryPerformanceFrequency` in Windows, which are both called in Windows when `std::time::Instant` is created.

Windows docs page ["Acquiring high-resolution time stamps"](https://docs.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stamps) was helpful in learning how `QueryPerformanceCounter` & `QueryPerformanceFrequency` work.

closes #1291
2020-04-03 06:36:15 +00:00
..
compile-fail port compile-fail allocator tests to stable API 2020-04-02 13:33:59 +02:00
run-pass Auto merge of #1294 - JOE1994:windows_instant, r=RalfJung 2020-04-03 06:36:15 +00:00
compiletest.rs test harness informs tests about suitable temp dir 2020-03-24 09:11:48 +01:00