Function cargo::core::compiler::custom_build::prev_build_output
source · fn prev_build_output(
cx: &mut Context<'_, '_>,
unit: &Unit
) -> (Option<BuildOutput>, PathBuf)
Expand description
Returns the previous parsed BuildOutput
, if any, from a previous
execution.
Also returns the directory containing the output, typically used later in processing.