error[E0432]: unresolved import `fast_down::file::FilePusher`
--> /home/$USER/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fast-down-cli-2.7.8/src/commands/download.rs:15:5
|
15 | file::FilePusher,
| ^^^^^^^^^^^^^^^^ no `FilePusher` in `file`
|
help: a similar name exists in the module
|
15 | file::StdFilePusher,
| +++
For more information about this error, try `rustc --explain E0432`.
error: could not compile `fast-down-cli` (bin "fd") due to 1 previous error
error: failed to compile `fast-down-cli v2.7.8`, intermediate artifacts can be found at `/tmp/cargo-installAr2fnb`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_BUILD_BUILD_DIR` to that path.
google said this was because download.rs wasn't properly updated; dunno, i don't write in rust.
google said this was because download.rs wasn't properly updated; dunno, i don't write in rust.