Function cargo::core::compiler::fingerprint::local_fingerprints_deps
source ยท fn local_fingerprints_deps(
deps: &BuildDeps,
target_root: &Path,
pkg_root: &Path,
) -> Vec<LocalFingerprint>
Expand description
Compute the LocalFingerprint
values for a RunCustomBuild
unit for
non-overridden new-style build scripts only. This is only used when deps
is already known to have a nonempty rerun-if-*
somewhere.