fn copy_link_tool_bin(
builder: &Builder<'_>,
compiler: Compiler,
target: TargetSelection,
mode: Mode,
name: &str,
) -> PathBuf
Expand description
Links a built tool binary with the given name
from the build directory to the
tools directory.