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 6187684 commit bb1e425Copy full SHA for bb1e425
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