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.
2 parents 9d859b3 + bb1e425 commit 61fcd05Copy full SHA for 61fcd05
src/libstd/sys/unix/time.rs
@@ -311,6 +311,7 @@ mod inner {
311
pub fn actually_monotonic() -> bool {
312
(cfg!(target_os = "linux") && cfg!(target_arch = "x86_64")) ||
313
(cfg!(target_os = "linux") && cfg!(target_arch = "x86")) ||
314
+ cfg!(target_os = "fuchsia") ||
315
false // last clause, used so `||` is always trailing above
316
}
317
0 commit comments