about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-03-16 14:56:16 +0800
committerGitHub <noreply@github.com>2019-03-16 14:56:16 +0800
commitccbf754e351da26f48c76f228831cd12c064053d (patch)
tree17a2096d45c3af4702ff89d27cb54cf93f938883 /src/test/incremental/thinlto
parentd869a7b16f87f806bfb2a746adf527f7d8b0d9f2 (diff)
parent124ab2a4d87f2d10b88d668e35286af4c00ec12b (diff)
downloadrust-ccbf754e351da26f48c76f228831cd12c064053d.tar.gz
rust-ccbf754e351da26f48c76f228831cd12c064053d.zip
Rollup merge of #58901 - ebarnard:just-copying, r=sfackler
Change `std::fs::copy` to use `copyfile` on MacOS and iOS

`copyfile` on MacOS is similar to `CopyFileEx` on Windows. It supports copying resource forks, extended attributes, and file ACLs, none of which are copied by the current generic unix implementation.

The API is available from MacOS 10.7 and iOS 4.3 (and possibly earlier but I haven't checked).

Closes #58895.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions