Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to install fd through cargo #162

Closed
redguardtoo opened this issue Nov 9, 2017 · 3 comments
Closed

failed to install fd through cargo #162

redguardtoo opened this issue Nov 9, 2017 · 3 comments

Comments

@redguardtoo
Copy link
Contributor

Here is the error message I got from cargo

error: macro undefined: 'eprintln!'
   --> .cargo/registry/src/github.com-1ecc6299db9ec823/fd-find-5.0.1/src/exec/ticket.rs:135:25
    |
135 |             Err(why) => eprintln!("fd: exec error: {}", why),
    |                         ^^^^^^^^
    |
    = help: did you mean `println!`?

error: aborting due to previous error

error: failed to compile `fd-find v5.0.1`, intermediate artifacts can be found at `/tmp/cargo-install.d2D8304DCIUH`

Caused by:
  Could not compile `fd-find`.
@sharkdp
Copy link
Owner

sharkdp commented Nov 9, 2017

Please note that Rust 1.19 is required: https://github.com/sharkdp/fd#install

@sharkdp sharkdp closed this as completed Nov 9, 2017
@flip111
Copy link

flip111 commented Nov 10, 2017

@sharkdp
Copy link
Owner

sharkdp commented Nov 10, 2017

@flip111 Oh cool, thank you very much! I'll open a new ticket in order to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants