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 d909170 + bb1e425 commit 16ee07eCopy full SHA for 16ee07e
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