fn rustc( build_runner: &mut BuildRunner<'_, '_>, unit: &Unit, exec: &Arc<dyn Executor>, ) -> CargoResult<Work>
Creates a unit of work invoking rustc for building the unit.
rustc
unit