Skip to main content

missing_toolchains

Function missing_toolchains 

Source
pub fn missing_toolchains(host: ExecHost) -> Vec<&'static str>
Expand description

Which of COMMON_TOOLCHAINS are missing from PATH.

Returns empty on a host that cannot spawn processes: probing would be meaningless there, and the caller has already been told execution is impossible for a more fundamental reason.