Crate fast_rustc_ap_rustc_fs_util

Source

Enums§

Functions§

  • Copies p into q, preferring to use hard-linking if possible. If q already exists, it is removed first. The result indicates which of the two operations has been performed.
  • Rename p into q, preferring to use rename if possible. If rename fails (rename may fail for reasons such as crossing filesystem), fallback to copy & remove