std::fs::copy
is unsupported
#4183
Labels
A-files
Area: related to files, paths, sockets, file descriptors, or handles
A-linux
Area: affects only Linux targets
A-mac
Area: Affects only macOS targets
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
When we call
std::fs::copy
on macos, we encounteredunsupported operation: can't call foreign function `fclonefileat` on OS `macos`
error.I think
std::fs::copy
is a basic API commonly used so I reported here as miri error message suggests.I searched for
fclonefileat
but I could not found existing issueThe text was updated successfully, but these errors were encountered: