pub(crate) fn get_tool_target_compiler(
builder: &Builder<'_>,
mode: ToolTargetBuildMode,
) -> Compiler
Expand description
Returns compiler that is able to compile a ToolTarget
tool with the given mode
.
pub(crate) fn get_tool_target_compiler(
builder: &Builder<'_>,
mode: ToolTargetBuildMode,
) -> Compiler
Returns compiler that is able to compile a ToolTarget
tool with the given mode
.