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 8ef2938 + 9cfd075 commit d325e87Copy full SHA for d325e87
ctest/src/lib.rs
@@ -1142,6 +1142,8 @@ fn default_cfg(target: &str) -> Vec<(String, Option<String>)> {
1142
("linux", "unix", "ohos")
1143
} else if target.contains("aix") {
1144
("aix", "unix", "")
1145
+ } else if target.contains("hurd") {
1146
+ ("hurd", "unix", "gnu")
1147
} else {
1148
panic!("unknown os/family: {}", target)
1149
};
0 commit comments