fn prepare_metabuild(
build_runner: &BuildRunner<'_, '_>,
unit: &Unit,
deps: &[String],
) -> CargoResult<()>
Expand description
Prepares the Rust script for the unstable feature metabuild.
fn prepare_metabuild(
build_runner: &BuildRunner<'_, '_>,
unit: &Unit,
deps: &[String],
) -> CargoResult<()>
Prepares the Rust script for the unstable feature metabuild.