Open
Description
When we call std::fs::copy
on macos, we encountered unsupported 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 issue