Skip to content

build fails: StdFilePusher vs FilePusher #23

Description

@iconoclasthero
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions