We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c589d65 commit 17d39d6Copy full SHA for 17d39d6
library/std/src/time/tests.rs
@@ -14,7 +14,7 @@ macro_rules! assert_almost_eq {
14
15
#[test]
16
#[cfg(all(target_arch = "aarch64", target_os = "macos"))]
17
-fn wtf() {
+fn macos_resolution_regression() {
18
let t0 = Instant::now();
19
let t1 = t0 + Duration::from_nanos(50);
20
let d = t1 - t0;
0 commit comments