fn calculate_run_custom_build(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<Fingerprint>
Expand description
Calculate a fingerprint for an “execute a build script” unit. This is an
internal helper of calculate
, don’t call directly.