pub fn set_invocation_time(path: &Path) -> CargoResult<FileTime>
Expand description
Record the current time on the filesystem (using the filesystem’s clock) using a file at the given directory. Returns the current time.
pub fn set_invocation_time(path: &Path) -> CargoResult<FileTime>
Record the current time on the filesystem (using the filesystem’s clock) using a file at the given directory. Returns the current time.