Function cargo::core::compiler::rustc

source ยท
fn rustc(
    build_runner: &mut BuildRunner<'_, '_>,
    unit: &Unit,
    exec: &Arc<dyn Executor>
) -> CargoResult<Work>
Expand description

Creates a unit of work invoking rustc for building the unit.