rustc_incremental::persist::fs

Function rename_path_with_retry

Source
fn rename_path_with_retry(
    from: &Path,
    to: &Path,
    retries_left: usize,
) -> Result<()>