Function run_make_support::rfs::rename
source ยท pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q)
Expand description
A wrapper around std::fs::rename
which includes the file path in the panic message.
pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q)
A wrapper around std::fs::rename
which includes the file path in the panic message.