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 1ac43cf commit 585cf31Copy full SHA for 585cf31
src/cargo/util/flock.rs
@@ -378,7 +378,7 @@ mod sys {
378
// For targets in which they are the same, the duplicate pattern causes a warning.
379
#[allow(unreachable_patterns)]
380
Some(libc::ENOTSUP | libc::EOPNOTSUPP) => true,
381
- #[cfg(target_os = "linux")]
+ #[cfg(any(target_os = "linux", target_os = "android"))]
382
Some(libc::ENOSYS) => true,
383
_ => false,
384
}
0 commit comments