pub fn find_tool(arch_or_target: &str, tool: &str) -> Option<Tool>
Expand description
Similar to the find
function above, this function will attempt the same
operation (finding a MSVC tool in a local install) but instead returns a
Tool
which may be introspected.