fn prepare_metabuild(
    cx: &Context<'_, '_>,
    unit: &Unit,
    deps: &[String]
) -> CargoResult<()>
Expand description

Prepares the Rust script for the unstable feature metabuild.