fn calculate_run_custom_build(
    cx: &mut Context<'_, '_>,
    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.