Svetlitski / fcp

A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.
BSD 3-Clause "New" or "Revised" License
734 stars 17 forks source link

Build failed: use of unstable library feature 'array_from_ref' #12

Closed yankeexe closed 2 years ago

yankeexe commented 2 years ago

Got this error while installing using cargo

image

Svetlitski commented 2 years ago

You need Rust 1.53.0 (the first version which stabilized array::from_ref) in order to build fcp. Try running rustup update, then retrying the build.