[][src]Function elba::build::compile_bin

pub fn compile_bin(
    source: &Source,
    target: Target,
    deps: &[&Binary],
    layout: &OutputLayout,
    bcx: &BuildContext,
    shell: Shell
) -> Res<(OutputGroup, Option<PathBuf>)>