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

Confusing error when trying to use with miri without run #809

Open
Imberflur opened this issue Feb 13, 2023 · 1 comment
Open

Confusing error when trying to use with miri without run #809

Imberflur opened this issue Feb 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Imberflur
Copy link

Trying to use nextest with miri I ran:

cargo +nightly miri nextest

Which produces:

error: unexpected argument '--target-dir'

This led me to think there was some incompatibility between the versions when I was really just missing a run at the end.

@sunshowers
Copy link
Member

Ah yeah, I can see that being confusing!

One way to fix this would be to implement #800.

@sunshowers sunshowers added the bug Something isn't working label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants