Function bootstrap::utils::helpers::unhashed_basename

source ยท
pub fn unhashed_basename(obj: &Path) -> &str
Expand description

Returns the filename without the hash prefix added by the cc crate.

Since v1.0.78 of the cc crate, object files are prefixed with a 16-character hash to avoid filename collisions.