fn find_compiled_binary(
target_release: &Path,
target: BuildTarget,
) -> Result<PathBuf>Expand description
Walks target/release/ for the first regular file with the host’s
executable suffix, ignoring cargo metadata files (.d, .rlib, etc).