pub(crate) fn host_artifact_uses_only_host_config(
gctx: &GlobalContext,
requested_kinds: &[CompileKind],
kind: CompileKind,
) -> CargoResult<bool>Expand description
Whether a host artifact must take its configuration solely from [host] and ignore [target].