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

The --features flag cannot be used multiple times #342

Open
madsmtm opened this issue May 27, 2023 · 1 comment
Open

The --features flag cannot be used multiple times #342

madsmtm opened this issue May 27, 2023 · 1 comment

Comments

@madsmtm
Copy link

madsmtm commented May 27, 2023

Running the following fails, while it would succeed were I using a normal cargo run.

cargo +nightly fuzz run my_fuzz_target --features=foo --features=bar

I know I can just combine this into --features=foo,bar, but for composability it would be nice if cargo-fuzz didn't require me to do so.

@fitzgen
Copy link
Member

fitzgen commented May 30, 2023

Agreed that we should match cargo's behavior here. Would be receptive to a PR that implemented 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

2 participants