Need a core::os::copy_file function that copies a file. cargo has a FIXME that calls for this; right now it just runs the program called `cp`.
Need a core::os::copy_file function that copies a file. cargo has a FIXME that calls for this; right now it just runs the program called
cp.