Function cargo::core::compiler::fingerprint::find_stale_file
source · fn find_stale_file<I>(
mtime_cache: &mut HashMap<PathBuf, FileTime>,
reference: &Path,
paths: I,
) -> Option<StaleItem>
Expand description
The reference
file is considered as “stale” if any file from paths
has a newer mtime.