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

Cargo errors out on "cargo check" #10

Closed
RalfJung opened this issue Apr 28, 2016 · 2 comments
Closed

Cargo errors out on "cargo check" #10

RalfJung opened this issue Apr 28, 2016 · 2 comments

Comments

@RalfJung
Copy link

After installing cargo-check, when I try to use it, I get the following error:

$ PATH=$HOME/r/.cargo/bin:$PATH cargo check
error: extra arguments to `rustc` can only be passed to one target, consider filtering
the package by passing e.g. `--lib` or `--bin NAME` to specify a single target
error: third party subcommand `cargo-check` exited unsuccessfully

To learn more, run the command again with --verbose.

This is with

$ rustc --version
rustc 1.9.0-beta.1 (37a2869af 2016-04-12)

but I already saw this with the 1.8 betas.

@shepmaster
Copy link

Duplicate of #4

@rsolomo
Copy link
Owner

rsolomo commented Jun 28, 2016

closing due to being a duplicate of #4

@rsolomo rsolomo closed this as completed Jun 28, 2016
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