Function cargo::core::compiler::fingerprint::dep_info_loc
source · pub fn dep_info_loc(cx: &mut Context<'_, '_>, unit: &Unit) -> PathBuf
Expand description
Returns the location that the dep-info file will show up at
for the Unit
specified.